]> Git — Sourcephile - julm/julm-nix.git/blob - homes/softwares/htop.nix
gnupg: julm@sourcephile.fr: 0x2E3618DD0D087650 -> 0xA58CD81C3863926F
[julm/julm-nix.git] / homes / softwares / htop.nix
1 {
2 programs.htop = {
3 settings = {
4 hideThreads = true;
5 sortKey = "PERCENT_CPU";
6 treeView = true;
7 };
8 };
9 }