]> Git — Sourcephile - julm/julm-nix.git/blob - homes/softwares/htop.nix
merge home-manager config
[julm/julm-nix.git] / homes / softwares / htop.nix
1 {
2 programs.htop = {
3 hideThreads = true;
4 sortKey = "PERCENT_CPU";
5 treeView = true;
6 };
7 }