summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-12 19:07:14 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-12 19:07:14 +0200
commit5cc523f0088fcdc2ad97a88d4708020892e440fe (patch)
tree0a539e4e4b839ec0f59c610b30b28c606ecc6d89 /hel.nix
parentd124c58cfb6b75f77dd31bae0d40782bb3918626 (diff)
downloadnixos-5cc523f0088fcdc2ad97a88d4708020892e440fe.tar
nixos-5cc523f0088fcdc2ad97a88d4708020892e440fe.tar.gz
nixos-5cc523f0088fcdc2ad97a88d4708020892e440fe.tar.bz2
nixos-5cc523f0088fcdc2ad97a88d4708020892e440fe.tar.xz
nixos-5cc523f0088fcdc2ad97a88d4708020892e440fe.zip
taffybar in xmonad
Diffstat (limited to 'hel.nix')
-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