diff --git a/home/common-linux.nix b/home/common-linux.nix index f691266..41b3693 100644 --- a/home/common-linux.nix +++ b/home/common-linux.nix @@ -7,6 +7,7 @@ with lib; { config = (mkIf (strings.hasSuffix "linux" pkgs.system) { home.packages = with pkgs; [ unfree.vivaldi + psmisc # killall and friends ]; ## Gnome-keyring diff --git a/home/common.nix b/home/common.nix index 2f41e69..41a020f 100644 --- a/home/common.nix +++ b/home/common.nix @@ -54,7 +54,7 @@ ## PDF Processors poppler_utils ## htop replacement - bottom + htop-vim ## To do tunneling with cloudflare pkgs.unfree.cloudflared diff --git a/home/fish/fish.nix b/home/fish/fish.nix index 9cb2917..3ff6021 100644 --- a/home/fish/fish.nix +++ b/home/fish/fish.nix @@ -19,8 +19,6 @@ shellAliases = { cat = "bat --theme=GitHub "; l = "exa -l --color=always "; - htop = "btm --color nord-light -b --tree"; - Htop = "btm --color nord-light --tree"; # My own commands for easy access thisterm = "cd ~/Projects/uw/$CURRENT_TERM";