btop
settings
This commit is contained in:
parent
c9ef45c958
commit
458c00e499
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
||||||
{
|
{config, ...}: {
|
||||||
programs.btop = {
|
programs.btop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.update_ms = 100;
|
settings = {
|
||||||
|
update_ms = 100;
|
||||||
|
theme_background = false;
|
||||||
|
color_theme = "${config.programs.btop.package}/share/btop/themes/dracula.theme";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue