diff options
author | tv <tv@krebsco.de> | 2017-06-27 10:01:16 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-06-27 10:01:16 +0200 |
commit | 74429f245d366e783ecbcfb0ebd83a7f57e78e6a (patch) | |
tree | 2fad553aab761fe4cb4dfe558639573a76a396c3 /tv/2configs/default.nix | |
parent | f113b93aa8416b74cf6d2796913147893cc78e49 (diff) |
tv: add htop to default systemPackages
Diffstat (limited to 'tv/2configs/default.nix')
-rw-r--r-- | tv/2configs/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 4a1247ef5..d248bf578 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -158,9 +158,10 @@ with import <stockholm/lib>; { environment.systemPackages = [ pkgs.get + pkgs.htop pkgs.krebspaste - pkgs.ovh-zone pkgs.nix-prefetch-scripts + pkgs.ovh-zone pkgs.push ]; } |