From b8fb9bf27d08e00700a019c7dd4a2a62db9842bc Mon Sep 17 00:00:00 2001 From: ISnortPennies Date: Wed, 21 Sep 2022 16:06:15 -0400 Subject: [PATCH] added piper and switch to bottom from btop --- modules/packages.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/packages.nix b/modules/packages.nix index d5f56cb..c1093d4 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -2,7 +2,7 @@ { environment.systemPackages = with pkgs; [ wget #wget - btop #view tasks + bottom #view tasks efibootmgr #efi editor maim #screenshooter #needed utils @@ -39,6 +39,8 @@ environment.systemPackages = with pkgs; [ exa #ls replacement cava #pretty audio neofetch + piper # mouse configuration + libratbag ]; }