summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-11-11 22:16:00 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-11-11 22:16:00 +0100
commitf35801278316bb3b66e08c64a9f051409d746a74 (patch)
tree9bc028ba7e50998ea5d507bc42a92dac8ea7a758
parent3839f658538abb11b912675199148aa770801eb6 (diff)
downloadnixos-f35801278316bb3b66e08c64a9f051409d746a74.tar
nixos-f35801278316bb3b66e08c64a9f051409d746a74.tar.gz
nixos-f35801278316bb3b66e08c64a9f051409d746a74.tar.bz2
nixos-f35801278316bb3b66e08c64a9f051409d746a74.tar.xz
nixos-f35801278316bb3b66e08c64a9f051409d746a74.zip
Disable xmonad-extra due to buildfailure
-rw-r--r--hel.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index 43a67181..501c8ae2 100644
--- a/hel.nix
+++ b/hel.nix
@@ -149,8 +149,7 @@
149 default = "xmonad"; 149 default = "xmonad";
150 xmonad = { 150 xmonad = {
151 enable = true; 151 enable = true;
152 enableContribAndExtras = true; 152 extraPackages = haskellPackages: (with haskellPackages; [ xmonad-contrib hostname libnotify aeson temporary ]);
153 extraPackages = haskellPackages: (with haskellPackages; [ hostname libnotify taffybar aeson temporary ]);
154 }; 153 };
155 }; 154 };
156 155