diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-09 13:13:52 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-09 13:13:52 +0200 |
| commit | e1b0df330d9b9f8491e102f6a445620079cd53cc (patch) | |
| tree | af9049e32a67b1bde8150736072db2c50e63c3fb | |
| parent | 6a4cc0a12bfea6928af3b0a484ad733a5d841aa0 (diff) | |
| download | nixos-e1b0df330d9b9f8491e102f6a445620079cd53cc.tar nixos-e1b0df330d9b9f8491e102f6a445620079cd53cc.tar.gz nixos-e1b0df330d9b9f8491e102f6a445620079cd53cc.tar.bz2 nixos-e1b0df330d9b9f8491e102f6a445620079cd53cc.tar.xz nixos-e1b0df330d9b9f8491e102f6a445620079cd53cc.zip | |
socket for xmonad
| -rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
