nixos/home-manager/btop.nix
2023-07-01 18:19:20 -04:00

8 lines
104 B
Nix
Executable file

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