From c6c9af178fc79c18257fe125b0fe81da03557dfc Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Tue, 19 Jul 2022 15:42:42 -0400 Subject: [PATCH] Minor CLI tools change: use htop-vim instead of bottom, add psmisc - psmisc gives killall and pstree - bottom is just pretty inconvenient when it comes to searching, and htop-vim beats it --- home/common-linux.nix | 1 + home/common.nix | 2 +- home/fish/fish.nix | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) 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";