From e51e3095a1a976eeb17b1881f36044eeec9edacf Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 25 Feb 2024 08:08:48 +0100 Subject: [PATCH] add btop globaly --- hosts/configuration_desktop.nix | 2 ++ hosts/configuration_server.nix | 2 ++ hosts/home.nix | 1 - hosts/home_server.nix | 1 - 4 files changed, 4 insertions(+), 2 deletions(-) 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