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 | e066b757054bc2f237a798e99934b133d89e8e7b (patch) | |
tree | a6e244e34151fae7e6fef37e127c36ac211647e8 /tv/2configs/default.nix | |
parent | 7aa35d3576736eef4ccdb55fb2b84169b2a71159 (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 4a1247e..d248bf5 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 ]; } |