diff options
author | tv <tv@krebsco.de> | 2017-08-01 11:30:16 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-01 12:02:02 +0200 |
commit | 2f52158dec91a87cddd3e643f29870a6acc233f6 (patch) | |
tree | c2a780d4d6f5579587e085201b914a6c09e18e0a /tv/2configs | |
parent | 8f5fc9bc4fff53936e8bba5b2a4de3d362b94f09 (diff) |
tv: drop explicit stockholm deps
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/default.nix | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 420548bce..834a89083 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -22,16 +22,6 @@ in { ./vim.nix ./xdg.nix { - # stockholm dependencies - environment.systemPackages = with pkgs; [ - git - gnumake - hashPassword - populate - whatsupnix - ]; - } - { users = { defaultUserShell = "/run/current-system/sw/bin/bash"; mutableUsers = false; @@ -142,6 +132,8 @@ in { { environment.systemPackages = [ pkgs.get + pkgs.git + pkgs.hashPassword pkgs.htop pkgs.kpaste pkgs.krebspaste |