Add btop configuration

This commit is contained in:
Tyler Beckman 2024-11-22 12:29:00 -07:00
parent d4c1cebada
commit 061dd39ab6
Signed by: Ty
GPG key ID: 2813440C772555A4
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{ ... }:
{
programs.btop = {
enable = true;
settings = {
color_theme = "Dracula";
theme_background = false;
truecolor = true;
shown_boxes = "proc cpu mem net gpu0";
update_ms = 100;
};
};
}

View file

@ -4,5 +4,6 @@
./zsh.nix
./starship.nix
./konsole.nix
./btop.nix
];
}