diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ]); | 152 | extraPackages = haskellPackages: (with haskellPackages; [ xmonad-contrib hostname libnotify aeson temporary parsec ]); |
153 | }; | 153 | }; |
154 | }; | 154 | }; |
155 | 155 | ||