summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-11-11 22:59:18 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-11-11 22:59:18 +0100
commit5e724862e7388c282adc45c0ace56757137b7485 (patch)
tree4cb5a831dae11407e9690d51d29b27f9fc72e357 /hel.nix
parent3419e63bb3d009b9a466ea743e9a37729da9febf (diff)
downloadnixos-5e724862e7388c282adc45c0ace56757137b7485.tar
nixos-5e724862e7388c282adc45c0ace56757137b7485.tar.gz
nixos-5e724862e7388c282adc45c0ace56757137b7485.tar.bz2
nixos-5e724862e7388c282adc45c0ace56757137b7485.tar.xz
nixos-5e724862e7388c282adc45c0ace56757137b7485.zip
… network
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 33a8187e..09dc49c5 100644
--- a/hel.nix
+++ b/hel.nix
@@ -149,7 +149,7 @@
149 default = "xmonad"; 149 default = "xmonad";
150 xmonad = { 150 xmonad = {
151 enable = true; 151 enable = true;
152 extraPackages = haskellPackages: (with haskellPackages; [ xmonad-contrib hostname libnotify aeson temporary parsec ]); 152 extraPackages = haskellPackages: (with haskellPackages; [ xmonad-contrib hostname libnotify aeson temporary parsec network ]);
153 }; 153 };
154 }; 154 };
155 155