summaryrefslogtreecommitdiff
path: root/user-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-05-23 16:00:02 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-05-23 16:00:02 +0200
commit89f1bc70fba27480c1b3fd39cc1e1cb836222e71 (patch)
treefc9d5e22de5b62c6e6aed60c9b6453e821843944 /user-profiles
parent1f9533f48a8cf4870a56b9d94ff92711c106ac58 (diff)
downloadnixos-89f1bc70fba27480c1b3fd39cc1e1cb836222e71.tar
nixos-89f1bc70fba27480c1b3fd39cc1e1cb836222e71.tar.gz
nixos-89f1bc70fba27480c1b3fd39cc1e1cb836222e71.tar.bz2
nixos-89f1bc70fba27480c1b3fd39cc1e1cb836222e71.tar.xz
nixos-89f1bc70fba27480c1b3fd39cc1e1cb836222e71.zip
utils: htop syntax
Diffstat (limited to 'user-profiles')
-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;