summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user-profiles/utils.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/user-profiles/utils.nix b/user-profiles/utils.nix
index 7b9a0da7..5407276a 100644
--- a/user-profiles/utils.nix
+++ b/user-profiles/utils.nix
@@ -4,9 +4,11 @@
4 programs = { 4 programs = {
5 htop = { 5 htop = {
6 enable = true; 6 enable = true;
7 delay = 5; 7 settings = {
8 highlightBaseName = true; 8 delay = 5;
9 treeView = true; 9 highlightBaseName = true;
10 treeView = true;
11 };
10 }; 12 };
11 13
12 jq.enable = true; 14 jq.enable = true;