diff --git a/hosts/configuration_desktop.nix b/hosts/configuration_desktop.nix index a7df73e..2745847 100644 --- a/hosts/configuration_desktop.nix +++ b/hosts/configuration_desktop.nix @@ -115,6 +115,8 @@ tree direnv linuxPackages_latest.cpupower + btop + sbctl ]; }; diff --git a/hosts/configuration_server.nix b/hosts/configuration_server.nix index 13bf8af..ad9db87 100644 --- a/hosts/configuration_server.nix +++ b/hosts/configuration_server.nix @@ -94,6 +94,8 @@ powerline-fonts powerline-symbols tree + btop + htop ]; }; diff --git a/hosts/home.nix b/hosts/home.nix index 4e7ff30..7f136e0 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -31,7 +31,6 @@ packages = with pkgs; [ # Terminal - btop # Resource Manager pfetch # Minimal fetch ranger # File Manager gnupg # sign and authorize 2nd Fac diff --git a/hosts/home_server.nix b/hosts/home_server.nix index b1095fc..25e9ba1 100644 --- a/hosts/home_server.nix +++ b/hosts/home_server.nix @@ -31,7 +31,6 @@ packages = with pkgs; [ # Terminal - btop # Resource Manager pfetch # Minimal fetch ranger # File Manager gnupg # sign and authorize 2nd Fac