removed unused packages

This commit is contained in:
2026-05-17 10:24:21 +02:00
parent 9126e85b37
commit bf8a136b2f
2 changed files with 0 additions and 7 deletions
-5
View File
@@ -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
-2
View File
@@ -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
]; ];