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 is for security
|
||||||
sops
|
sops
|
||||||
# top is lacking pizzazz
|
# top is lacking pizzazz
|
||||||
htop
|
|
||||||
btop
|
btop
|
||||||
# An initial `tailscale up` is necessary to get the network going
|
# An initial `tailscale up` is necessary to get the network going
|
||||||
tailscale
|
tailscale
|
||||||
|
|
|
@ -172,6 +172,14 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.btop = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
color_theme = "TTY";
|
||||||
|
theme_background = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.darkman.scripts."bat.sh" = let
|
services.darkman.scripts."bat.sh" = let
|
||||||
batConfigDir = "~/.config/bat";
|
batConfigDir = "~/.config/bat";
|
||||||
batConfig = "${batConfigDir}/config";
|
batConfig = "${batConfigDir}/config";
|
||||||
|
|
Loading…
Reference in a new issue