diff options
Diffstat (limited to 'common/commandline')
-rw-r--r-- | common/commandline/htop.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/commandline/htop.nix b/common/commandline/htop.nix index dd04405..13fb9e8 100644 --- a/common/commandline/htop.nix +++ b/common/commandline/htop.nix | |||
@@ -9,6 +9,8 @@ inputs: | |||
9 | enable = true; | 9 | enable = true; |
10 | 10 | ||
11 | settings = { | 11 | settings = { |
12 | color_scheme = 5; | ||
13 | |||
12 | fields = with config.lib.htop.fields; [ | 14 | fields = with config.lib.htop.fields; [ |
13 | PID | 15 | PID |
14 | USER | 16 | USER |