Files
nix-config/home/base/core/btop.nix

10 lines
157 B
Nix

{
# replacement of htop/nmon
programs.btop = {
enable = true;
settings = {
theme_background = false; # make btop transparent
};
};
}