diff options
| -rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -178,7 +178,7 @@ | |||
| 178 | default = "xmonad"; | 178 | default = "xmonad"; |
| 179 | xmonad = { | 179 | xmonad = { |
| 180 | enable = true; | 180 | enable = true; |
| 181 | extraPackages = haskellPackages: (with haskellPackages; [ xmonad-contrib hostname libnotify aeson temporary parsec network taffybar ]); | 181 | extraPackages = haskellPackages: (with haskellPackages; [ xmonad-contrib hostname libnotify aeson temporary parsec network ]); |
| 182 | }; | 182 | }; |
| 183 | }; | 183 | }; |
| 184 | 184 | ||
