From 832fe4868cf6c800a559ebabb07b34babb181853 Mon Sep 17 00:00:00 2001 From: nin Date: Thu, 26 Jan 2017 22:08:57 +0100 Subject: n 1 hiawatha: sort, delete, add pkgs --- nin/1systems/hiawatha.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'nin/1systems/hiawatha.nix') diff --git a/nin/1systems/hiawatha.nix b/nin/1systems/hiawatha.nix index 6fa8a3388..100985286 100644 --- a/nin/1systems/hiawatha.nix +++ b/nin/1systems/hiawatha.nix @@ -76,15 +76,14 @@ with lib; environment.systemPackages = with pkgs; [ firefox - steam - thunderbird - vim git - hexchat networkmanagerapplet python + steam + termite + thunderbird + vim virtmanager - libvirt ]; nixpkgs.config = { -- cgit v1.2.3 From 999e1391c25f4ca8b35fe70675df91aab4c6a2a7 Mon Sep 17 00:00:00 2001 From: nin Date: Thu, 26 Jan 2017 22:45:42 +0100 Subject: n: move termite to default pkgs --- nin/1systems/hiawatha.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nin/1systems/hiawatha.nix') diff --git a/nin/1systems/hiawatha.nix b/nin/1systems/hiawatha.nix index 100985286..9d01d7a7e 100644 --- a/nin/1systems/hiawatha.nix +++ b/nin/1systems/hiawatha.nix @@ -80,7 +80,6 @@ with lib; networkmanagerapplet python steam - termite thunderbird vim virtmanager -- cgit v1.2.3 From 712b05eb47ef796500a057cd6c2bec50152db970 Mon Sep 17 00:00:00 2001 From: nin Date: Thu, 26 Jan 2017 23:22:35 +0100 Subject: n 2: add git config --- nin/1systems/hiawatha.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nin/1systems/hiawatha.nix') diff --git a/nin/1systems/hiawatha.nix b/nin/1systems/hiawatha.nix index 9d01d7a7e..af865497e 100644 --- a/nin/1systems/hiawatha.nix +++ b/nin/1systems/hiawatha.nix @@ -11,6 +11,7 @@ with lib; ../. ../2configs/retiolum.nix + ../2configs/git.nix ]; krebs.build.host = config.krebs.hosts.hiawatha; -- cgit v1.2.3