mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 18:30:46 +02:00
removed unused packages
This commit is contained in:
@@ -47,20 +47,15 @@
|
|||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# use pkgs-unstable if you want the package from the unstable channel
|
|
||||||
#we need to install gnome and kde utils individually as we dont use gnome
|
|
||||||
gnome-calculator
|
gnome-calculator
|
||||||
snapshot
|
snapshot
|
||||||
gnome-characters
|
gnome-characters
|
||||||
#tree # shows dir in tree # we use eza now
|
#tree # shows dir in tree # we use eza now
|
||||||
brightnessctl # control brightness
|
brightnessctl # control brightness
|
||||||
cowsay
|
|
||||||
cmatrix
|
|
||||||
libreoffice
|
libreoffice
|
||||||
powertop
|
powertop
|
||||||
fzf
|
fzf
|
||||||
bottom # Cross-platform graphical process/system monitor with a customizable interface
|
bottom # Cross-platform graphical process/system monitor with a customizable interface
|
||||||
cmatrix
|
|
||||||
tomato-c # pomodoro timer
|
tomato-c # pomodoro timer
|
||||||
#hyprshot
|
#hyprshot
|
||||||
mailcap
|
mailcap
|
||||||
|
|||||||
@@ -69,8 +69,6 @@
|
|||||||
(pkgs.callPackage ../../modules/scripts/mountkdrive.nix {})
|
(pkgs.callPackage ../../modules/scripts/mountkdrive.nix {})
|
||||||
(pkgs.callPackage ../../modules/scripts/killall.nix {}) # kill all windows except focused window
|
(pkgs.callPackage ../../modules/scripts/killall.nix {}) # kill all windows except focused window
|
||||||
(pkgs.callPackage ../../modules/scripts/tomato.nix {})
|
(pkgs.callPackage ../../modules/scripts/tomato.nix {})
|
||||||
(pkgs.callPackage ../../modules/scripts/btm.nix {})
|
|
||||||
(pkgs.callPackage ../../modules/scripts/trimmer.nix {})
|
|
||||||
(pkgs.callPackage ../../modules/scripts/syllabes.nix {}) # python script to get number of syllabes in french
|
(pkgs.callPackage ../../modules/scripts/syllabes.nix {}) # python script to get number of syllabes in french
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user