Files
nix-config/modules/home/btop.nix
2025-06-19 23:45:14 +02:00

10 lines
143 B
Nix

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