summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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