sourcephile
/
git
/
julm
/
julm-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
nixos-fallback: fix switch
[julm/julm-nix.git]
/
home-manager
/
profiles
/
htop.nix
diff --git
a/home-manager/profiles/htop.nix
b/home-manager/profiles/htop.nix
index 11b72c624ccb54a45e7b2a6efeea656a9cac594c..e75966b9b57661846442c9d6e92b8ca5d7839ceb 100644
(file)
--- a/
home-manager/profiles/htop.nix
+++ b/
home-manager/profiles/htop.nix
@@
-25,7
+25,7
@@
programs.htop = {
hide_function_bar = false;
hide_kernel_threads = false;
hide_threads = true;
- hide_userland_threads =
fals
e;
+ hide_userland_threads =
tru
e;
highlight_base_name = true;
highlight_changes = true;
highlight_changes_delay_secs = 5;