diff options
| -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 socket socket-unix ]); | 166 | extraPackages = haskellPackages: (with haskellPackages; [ hostname libnotify taffybar aeson temporary ]); |
| 167 | }; | 167 | }; |
| 168 | }; | 168 | }; |
| 169 | 169 | ||
