feat(user/malte): drop htop, configure btop
This commit is contained in:
parent
2194b3d878
commit
07da9f5546
|
@ -134,7 +134,6 @@ in {
|
|||
# Sops is for security
|
||||
sops
|
||||
# top is lacking pizzazz
|
||||
htop
|
||||
btop
|
||||
# An initial `tailscale up` is necessary to get the network going
|
||||
tailscale
|
||||
|
|
|
@ -172,6 +172,14 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
color_theme = "TTY";
|
||||
theme_background = false;
|
||||
};
|
||||
};
|
||||
|
||||
services.darkman.scripts."bat.sh" = let
|
||||
batConfigDir = "~/.config/bat";
|
||||
batConfig = "${batConfigDir}/config";
|
||||
|
|
Loading…
Reference in a new issue