diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-12 19:07:14 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-12 19:07:14 +0200 |
commit | 5cc523f0088fcdc2ad97a88d4708020892e440fe (patch) | |
tree | 0a539e4e4b839ec0f59c610b30b28c606ecc6d89 /hel.nix | |
parent | d124c58cfb6b75f77dd31bae0d40782bb3918626 (diff) | |
download | nixos-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.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 libnotify ]); | 119 | extraPackages = haskellPackages: (with haskellPackages; [ hostname libnotify taffybar ]); |
120 | }; | 120 | }; |
121 | }; | 121 | }; |
122 | 122 | ||