Files
nix-config/modules/hm/btop.nix

11 lines
167 B
Nix

{
programs.btop = {
enable = true;
settings = {
color_theme = "gruvbox_dark_v2";
theme_background = false;
update_ms = 1000;
};
};
}