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
This commit is contained in:
parent
51b2942db6
commit
c6c9af178f
3 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue