9 lines
127 B
Nix
9 lines
127 B
Nix
{
|
|
programs.btop = {
|
|
enable = true;
|
|
settings = {
|
|
update_ms = 100;
|
|
theme_background = false;
|
|
};
|
|
};
|
|
}
|