summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
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 33a8187e..09dc49c5 100644
--- a/hel.nix
+++ b/hel.nix
@@ -149,7 +149,7 @@
149 default = "xmonad"; 149 default = "xmonad";
150 xmonad = { 150 xmonad = {
151 enable = true; 151 enable = true;
152 extraPackages = haskellPackages: (with haskellPackages; [ xmonad-contrib hostname libnotify aeson temporary parsec ]); 152 extraPackages = haskellPackages: (with haskellPackages; [ xmonad-contrib hostname libnotify aeson temporary parsec network ]);
153 }; 153 };
154 }; 154 };
155 155