summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-14 12:14:00 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-14 12:14:00 +0200
commite9478cfdd129c9b1be81865fc6e0ae04258f5550 (patch)
treee5aa956b2f6b46ce003178d405c295886dbe7a2b /hel.nix
parent58e4cbbf036423ac521095902fbb751f46c44cb2 (diff)
parent3bd581b3f6446ee6d89758888880835572874a0d (diff)
downloadnixos-e9478cfdd129c9b1be81865fc6e0ae04258f5550.tar
nixos-e9478cfdd129c9b1be81865fc6e0ae04258f5550.tar.gz
nixos-e9478cfdd129c9b1be81865fc6e0ae04258f5550.tar.bz2
nixos-e9478cfdd129c9b1be81865fc6e0ae04258f5550.tar.xz
nixos-e9478cfdd129c9b1be81865fc6e0ae04258f5550.zip
Merge branch 'master' of git.yggdrasil.li:nixos
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 3b840a93..852d9731 100644
--- a/hel.nix
+++ b/hel.nix
@@ -77,7 +77,7 @@
77 xmonad = { 77 xmonad = {
78 enable = true; 78 enable = true;
79 enableContribAndExtras = true; 79 enableContribAndExtras = true;
80 extraPackages = haskellPackages: (with haskellPackages; []); 80 extraPackages = haskellPackages: (with haskellPackages; [ hostname ]);
81 }; 81 };
82 }; 82 };
83 83