summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-12 18:46:02 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-12 18:46:02 +0200
commitd124c58cfb6b75f77dd31bae0d40782bb3918626 (patch)
tree6d1e1bd208a92072cca84bb5f30c22bc7be66067 /hel.nix
parent2c5ceaa439512895990fbfb76e1fc60af6824619 (diff)
downloadnixos-d124c58cfb6b75f77dd31bae0d40782bb3918626.tar
nixos-d124c58cfb6b75f77dd31bae0d40782bb3918626.tar.gz
nixos-d124c58cfb6b75f77dd31bae0d40782bb3918626.tar.bz2
nixos-d124c58cfb6b75f77dd31bae0d40782bb3918626.tar.xz
nixos-d124c58cfb6b75f77dd31bae0d40782bb3918626.zip
libnotify support 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 cda0a7d6..e020b8f1 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 ]); 119 extraPackages = haskellPackages: (with haskellPackages; [ hostname libnotify ]);
120 }; 120 };
121 }; 121 };
122 122