11 lines
155 B
Nix
11 lines
155 B
Nix
|
{
|
||
|
programs.btop = {
|
||
|
enable = true;
|
||
|
settings = {
|
||
|
color_theme = "TTY";
|
||
|
theme_background = false;
|
||
|
truecolor = true;
|
||
|
};
|
||
|
};
|
||
|
}
|