diff --git a/home-manager/modules/common/default.nix b/home-manager/modules/common/default.nix index abdc1c4..2ba7b00 100644 --- a/home-manager/modules/common/default.nix +++ b/home-manager/modules/common/default.nix @@ -81,7 +81,7 @@ rebuild = '' nixos-rebuild -j auto switch --use-remote-sudo |& nom ''; - htop = "bottom"; + htop = "btm"; find-garbage = "ls -l /nix/var/nix/gcroots/auto/ | sort | grep '/home/'"; vm = "vim"; less = "less -FiRX";