12 lines
No EOL
177 B
Nix
12 lines
No EOL
177 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
programs.btop = {
|
|
enable = true;
|
|
settings = {
|
|
theme_background = false;
|
|
proc_sorting = "cpu direct";
|
|
update_ms = 500;
|
|
};
|
|
};
|
|
} |