diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 9f9cd95..1d3877c 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -47,20 +47,15 @@ # List packages installed in system profile. To search, run: # $ nix search wget 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 snapshot gnome-characters #tree # shows dir in tree # we use eza now brightnessctl # control brightness - cowsay - cmatrix libreoffice powertop fzf bottom # Cross-platform graphical process/system monitor with a customizable interface - cmatrix tomato-c # pomodoro timer #hyprshot mailcap diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index f12e40e..0a3b6dc 100755 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -69,8 +69,6 @@ (pkgs.callPackage ../../modules/scripts/mountkdrive.nix {}) (pkgs.callPackage ../../modules/scripts/killall.nix {}) # kill all windows except focused window (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 ];