summaryrefslogtreecommitdiffstats
path: root/tv/2configs/htop.nix
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-06-27 15:17:13 +0200
committerlassulus <lass@lassul.us>2017-06-27 15:17:13 +0200
commit2f4557882dfcb60742e0c11e612be36150332346 (patch)
treef3f2765ac510bc578d2a9c350e9384284fe5fd83 /tv/2configs/htop.nix
parent10b6ac40265a0f653b8753e87894cbfb6fa00590 (diff)
parent74429f245d366e783ecbcfb0ebd83a7f57e78e6a (diff)
Merge remote-tracking branch 'ni/master'
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 5d7e0272..d7d2d7bf 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
];
};
};