nix-config/home/features/cli/btop.nix

9 lines
135 B
Nix

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