diff options
Diffstat (limited to 'nin/1systems/hiawatha.nix')
-rw-r--r-- | nin/1systems/hiawatha.nix | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/nin/1systems/hiawatha.nix b/nin/1systems/hiawatha.nix index 6fa8a3388..af865497e 100644 --- a/nin/1systems/hiawatha.nix +++ b/nin/1systems/hiawatha.nix @@ -11,6 +11,7 @@ with lib; ../. <nixpkgs/nixos/modules/installer/scan/not-detected.nix> ../2configs/retiolum.nix + ../2configs/git.nix ]; krebs.build.host = config.krebs.hosts.hiawatha; @@ -76,15 +77,13 @@ with lib; environment.systemPackages = with pkgs; [ firefox - steam - thunderbird - vim git - hexchat networkmanagerapplet python + steam + thunderbird + vim virtmanager - libvirt ]; nixpkgs.config = { |