mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 05:36:11 +01:00
12 lines
191 B
Nix
12 lines
191 B
Nix
{
|
|
programs.btop = {
|
|
enable = true;
|
|
settings = {
|
|
update_ms = 1000;
|
|
rounded_corners = false;
|
|
proc_sorting = "memory";
|
|
shown_boxes = "proc cpu ";
|
|
};
|
|
};
|
|
}
|