13 lines
187 B
Nix
13 lines
187 B
Nix
{
|
|
# replacement of htop/nmon
|
|
programs.btop = {
|
|
enable = true;
|
|
|
|
catppuccin.enable = true;
|
|
|
|
settings = {
|
|
theme_background = true;
|
|
update_ms = 725;
|
|
};
|
|
};
|
|
}
|