From 5e724862e7388c282adc45c0ace56757137b7485 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 11 Nov 2017 22:59:18 +0100 Subject: =?UTF-8?q?=E2=80=A6=20network?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 33a8187e..09dc49c5 100644 --- a/hel.nix +++ b/hel.nix @@ -149,7 +149,7 @@ default = "xmonad"; xmonad = { enable = true; - extraPackages = haskellPackages: (with haskellPackages; [ xmonad-contrib hostname libnotify aeson temporary parsec ]); + extraPackages = haskellPackages: (with haskellPackages; [ xmonad-contrib hostname libnotify aeson temporary parsec network ]); }; }; -- cgit v1.2.3