tv: add htop to default systemPackages

This commit is contained in:
tv 2017-06-27 10:01:16 +02:00
parent f113b93aa8
commit 74429f245d
5 changed files with 2 additions and 5 deletions

View File

@ -25,7 +25,6 @@ with import <stockholm/lib>;
};
environment.systemPackages = with pkgs; [
htop
iftop
iotop
iptables

View File

@ -31,7 +31,6 @@ with import <stockholm/lib>;
get
gnupg1compat
haskellPackages.hledger
htop
jq
mkpasswd
netcat

View File

@ -34,7 +34,6 @@ with import <stockholm/lib>;
file
gnupg1compat
haskellPackages.hledger
htop
jq
krebszones
mkpasswd

View File

@ -36,7 +36,6 @@ with import <stockholm/lib>;
file
gnupg1compat
haskellPackages.hledger
htop
jq
mkpasswd
netcat

View File

@ -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
];
}