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 e020b8f1..69bd81a9 100644
--- a/hel.nix
+++ b/hel.nix
@@ -116,7 +116,7 @@
116 xmonad = { 116 xmonad = {
117 enable = true; 117 enable = true;
118 enableContribAndExtras = true; 118 enableContribAndExtras = true;
119 extraPackages = haskellPackages: (with haskellPackages; [ hostname libnotify ]); 119 extraPackages = haskellPackages: (with haskellPackages; [ hostname libnotify taffybar ]);
120 }; 120 };
121 }; 121 };
122 122