14 lines
No EOL
290 B
Nix
14 lines
No EOL
290 B
Nix
{ ... }:
|
|
{
|
|
programs.btop = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
color_theme = "Dracula";
|
|
theme_background = false;
|
|
truecolor = true;
|
|
shown_boxes = "proc cpu mem net gpu0";
|
|
update_ms = 100;
|
|
};
|
|
};
|
|
} |