feat(user/malte): drop htop, configure btop

This commit is contained in:
Malte Tammena 2023-11-06 20:41:51 +01:00
parent 2194b3d878
commit 07da9f5546
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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";