diff options
| -rw-r--r-- | hel.nix | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -149,8 +149,7 @@ | |||
| 149 | default = "xmonad"; | 149 | default = "xmonad"; |
| 150 | xmonad = { | 150 | xmonad = { |
| 151 | enable = true; | 151 | enable = true; |
| 152 | enableContribAndExtras = true; | 152 | extraPackages = haskellPackages: (with haskellPackages; [ xmonad-contrib hostname libnotify aeson temporary ]); |
| 153 | extraPackages = haskellPackages: (with haskellPackages; [ hostname libnotify taffybar aeson temporary ]); | ||
| 154 | }; | 153 | }; |
| 155 | }; | 154 | }; |
| 156 | 155 | ||
