sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "natpunch-go: add package"
[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
}