This commit is contained in:
ItsDrike 2024-04-05 01:01:45 +02:00
parent 3eda0dec2d
commit fbbb22a2d3
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
programs.btop = {
enable = true;
settings = {
update_ms = 2000; # recommended >=2s for good graph sample rate
proc_sorting = "memory";
proc_tree = true; # show processes in tree view (showing parent/child relationships)
base_10_sizes = false; # us KB instead of KiB
};
};
}

View file

@ -8,5 +8,6 @@ _: {
./zoxide.nix
./tealdeer.nix
./hyfetch.nix
./btop.nix
];
}