From 6469c4f91801ad1538cbbdb7376a24c753910397 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 9 Aug 2017 12:06:04 +0200 Subject: aeson for xmonad --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 814c2cc2..e3b2e14e 100644 --- a/hel.nix +++ b/hel.nix @@ -163,7 +163,7 @@ xmonad = { enable = true; enableContribAndExtras = true; - extraPackages = haskellPackages: (with haskellPackages; [ hostname libnotify taffybar ]); + extraPackages = haskellPackages: (with haskellPackages; [ hostname libnotify taffybar aeson ]); }; }; -- cgit v1.2.3