mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-24 18:31:43 +01:00
10 lines
157 B
Nix
10 lines
157 B
Nix
{
|
|
# replacement of htop/nmon
|
|
programs.btop = {
|
|
enable = true;
|
|
settings = {
|
|
theme_background = false; # make btop transparent
|
|
};
|
|
};
|
|
}
|