feat(tools): replace htop with btop + install tz for timezone conversions
This commit is contained in:
2
home.nix
2
home.nix
@@ -18,7 +18,7 @@
|
|||||||
./programs/zsh.nix
|
./programs/zsh.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.htop.enable = true;
|
programs.btop.enable = true;
|
||||||
programs.vim.enable = true;
|
programs.vim.enable = true;
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -51,6 +51,7 @@
|
|||||||
file
|
file
|
||||||
bc
|
bc
|
||||||
ts
|
ts
|
||||||
|
tz
|
||||||
mcfly
|
mcfly
|
||||||
fzf
|
fzf
|
||||||
bat
|
bat
|
||||||
|
|||||||
@@ -101,8 +101,8 @@
|
|||||||
kp2 = "kubectl --context prod-eu2"; # deprecated
|
kp2 = "kubectl --context prod-eu2"; # deprecated
|
||||||
k9sp = "k9s --context prod-eu2";
|
k9sp = "k9s --context prod-eu2";
|
||||||
g = "git";
|
g = "git";
|
||||||
tg = "tig --all";
|
gui = "gitui";
|
||||||
tgs = "tig status";
|
htop = "btop";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user