summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-08-09 13:13:52 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-08-09 13:13:52 +0200
commite1b0df330d9b9f8491e102f6a445620079cd53cc (patch)
treeaf9049e32a67b1bde8150736072db2c50e63c3fb
parent6a4cc0a12bfea6928af3b0a484ad733a5d841aa0 (diff)
downloadnixos-e1b0df330d9b9f8491e102f6a445620079cd53cc.tar
nixos-e1b0df330d9b9f8491e102f6a445620079cd53cc.tar.gz
nixos-e1b0df330d9b9f8491e102f6a445620079cd53cc.tar.bz2
nixos-e1b0df330d9b9f8491e102f6a445620079cd53cc.tar.xz
nixos-e1b0df330d9b9f8491e102f6a445620079cd53cc.zip
socket for xmonad
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 4f0aac52..60b14eb0 100644
--- a/hel.nix
+++ b/hel.nix
@@ -163,7 +163,7 @@
163 xmonad = { 163 xmonad = {
164 enable = true; 164 enable = true;
165 enableContribAndExtras = true; 165 enableContribAndExtras = true;
166 extraPackages = haskellPackages: (with haskellPackages; [ hostname libnotify taffybar aeson temporary ]); 166 extraPackages = haskellPackages: (with haskellPackages; [ hostname libnotify taffybar aeson temporary socket socket-unix ]);
167 }; 167 };
168 }; 168 };
169 169