summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-06-27 10:01:16 +0200
committertv <tv@krebsco.de>2017-06-27 10:01:16 +0200
commite066b757054bc2f237a798e99934b133d89e8e7b (patch)
treea6e244e34151fae7e6fef37e127c36ac211647e8 /tv/2configs
parent7aa35d3576736eef4ccdb55fb2b84169b2a71159 (diff)
tv: add htop to default systemPackages
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/default.nix3
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
];
}