summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 540acc2e..475035c9 100644
--- a/hel.nix
+++ b/hel.nix
@@ -178,7 +178,7 @@
178 default = "xmonad"; 178 default = "xmonad";
179 xmonad = { 179 xmonad = {
180 enable = true; 180 enable = true;
181 extraPackages = haskellPackages: (with haskellPackages; [ xmonad-contrib hostname libnotify aeson temporary parsec network taffybar ]); 181 extraPackages = haskellPackages: (with haskellPackages; [ xmonad-contrib hostname libnotify aeson temporary parsec network ]);
182 }; 182 };
183 }; 183 };
184 184