nixos/home/programs/btop/default.nix
2024-06-14 10:00:54 +02:00

10 lines
135 B
Nix

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