summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index e3b2e14e..4f0aac52 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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 ]); 166 extraPackages = haskellPackages: (with haskellPackages; [ hostname libnotify taffybar aeson temporary ]);
167 }; 167 };
168 }; 168 };
169 169