diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-12 18:46:02 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-12 18:46:02 +0200 |
commit | d124c58cfb6b75f77dd31bae0d40782bb3918626 (patch) | |
tree | 6d1e1bd208a92072cca84bb5f30c22bc7be66067 | |
parent | 2c5ceaa439512895990fbfb76e1fc60af6824619 (diff) | |
download | nixos-d124c58cfb6b75f77dd31bae0d40782bb3918626.tar nixos-d124c58cfb6b75f77dd31bae0d40782bb3918626.tar.gz nixos-d124c58cfb6b75f77dd31bae0d40782bb3918626.tar.bz2 nixos-d124c58cfb6b75f77dd31bae0d40782bb3918626.tar.xz nixos-d124c58cfb6b75f77dd31bae0d40782bb3918626.zip |
libnotify support in xmonad
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||