summaryrefslogtreecommitdiffstats
path: root/tv/2configs/htop.nix
diff options
context:
space:
mode:
authornin <nineinchnade@gmail.com>2017-07-06 20:36:05 +0200
committernin <nineinchnade@gmail.com>2017-07-06 20:36:05 +0200
commitd29ffc4524ff086cd5e8b86f8f345db5cd9c14ea (patch)
tree094771d5f6797217ce2f6f54c8b03f934aeba6ca /tv/2configs/htop.nix
parentc0a8320cb007ed6e2459ef35380a556857f107fd (diff)
parent1531509e5d967d226ea4c28051ebbf245a72f361 (diff)
Merge branch 'master' of prism:stockholm
Diffstat (limited to 'tv/2configs/htop.nix')
-rw-r--r--tv/2configs/htop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/htop.nix b/tv/2configs/htop.nix
index 5d7e027..d7d2d7b 100644
--- a/tv/2configs/htop.nix
+++ b/tv/2configs/htop.nix
@@ -7,7 +7,6 @@ with import <stockholm/lib>;
htop = pkgs.symlinkJoin {
name = "htop";
paths = [
- super.htop
(pkgs.writeDashBin "htop" ''
export HTOPRC=${pkgs.writeText "htoprc" ''
fields=0 48 17 18 38 39 40 2 46 47 49 1
@@ -37,6 +36,7 @@ with import <stockholm/lib>;
''}
exec ${super.htop}/bin/htop "$@"
'')
+ super.htop
];
};
};