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
|
@ -7,6 +7,7 @@ with lib; {
|
||||||
config = (mkIf (strings.hasSuffix "linux" pkgs.system) {
|
config = (mkIf (strings.hasSuffix "linux" pkgs.system) {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
unfree.vivaldi
|
unfree.vivaldi
|
||||||
|
psmisc # killall and friends
|
||||||
];
|
];
|
||||||
|
|
||||||
## Gnome-keyring
|
## Gnome-keyring
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
## PDF Processors
|
## PDF Processors
|
||||||
poppler_utils
|
poppler_utils
|
||||||
## htop replacement
|
## htop replacement
|
||||||
bottom
|
htop-vim
|
||||||
|
|
||||||
## To do tunneling with cloudflare
|
## To do tunneling with cloudflare
|
||||||
pkgs.unfree.cloudflared
|
pkgs.unfree.cloudflared
|
||||||
|
|
|
@ -19,8 +19,6 @@
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
cat = "bat --theme=GitHub ";
|
cat = "bat --theme=GitHub ";
|
||||||
l = "exa -l --color=always ";
|
l = "exa -l --color=always ";
|
||||||
htop = "btm --color nord-light -b --tree";
|
|
||||||
Htop = "btm --color nord-light --tree";
|
|
||||||
|
|
||||||
# My own commands for easy access
|
# My own commands for easy access
|
||||||
thisterm = "cd ~/Projects/uw/$CURRENT_TERM";
|
thisterm = "cd ~/Projects/uw/$CURRENT_TERM";
|
||||||
|
|
Loading…
Reference in a new issue