diff options
author | makefu <github@syntax-fehler.de> | 2017-06-27 21:02:53 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-06-27 21:02:53 +0200 |
commit | 5569053e87a7b0091653bd4918dec8aa3a1761bc (patch) | |
tree | ca90e49bf5aa3bb4a7d290d3bec36e594e413dce /tv/2configs/htop.nix | |
parent | dca58fbc212468cb97e15ac1fc2f47a1693c7ff3 (diff) | |
parent | 80fb1556ddafc1bc359c2003d2565b2d774ce4f1 (diff) |
Merge branch 'master' of prism:stockholm
Diffstat (limited to 'tv/2configs/htop.nix')
-rw-r--r-- | tv/2configs/htop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/htop.nix b/tv/2configs/htop.nix index 5d7e0272b..d7d2d7bfd 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 ]; }; }; |