11 lines
148 B
Nix
11 lines
148 B
Nix
{...}: {
|
|
programs.btop = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
theme_background = false;
|
|
clock_format = "%Y-%m-%d %X";
|
|
};
|
|
};
|
|
}
|