diff options
Diffstat (limited to 'accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix')
-rw-r--r-- | accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix b/accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix index d3d72310..7c853619 100644 --- a/accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix +++ b/accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix | |||
@@ -1,7 +1,7 @@ | |||
1 | { mkDerivation, aeson, base, bytestring, containers, directory | 1 | { mkDerivation, aeson, base, bytestring, containers, directory |
2 | , filepath, hostname, hpack, mtl, network, parsec, process, lib | 2 | , filepath, hostname, hpack, mtl, network, parsec, process, lib |
3 | , temporary, transformers, unix, utf8-string, X11, xmonad | 3 | , temporary, transformers, unix, utf8-string, X11, xmonad |
4 | , xmonad-contrib, libnotify | 4 | , xmonad-contrib, libnotify, taffybar |
5 | }: | 5 | }: |
6 | mkDerivation { | 6 | mkDerivation { |
7 | pname = "xmonad-yggdrasil"; | 7 | pname = "xmonad-yggdrasil"; |
@@ -13,7 +13,7 @@ mkDerivation { | |||
13 | executableHaskellDepends = [ | 13 | executableHaskellDepends = [ |
14 | aeson base bytestring containers directory filepath hostname mtl | 14 | aeson base bytestring containers directory filepath hostname mtl |
15 | network parsec process temporary transformers unix utf8-string X11 | 15 | network parsec process temporary transformers unix utf8-string X11 |
16 | xmonad xmonad-contrib libnotify | 16 | xmonad xmonad-contrib libnotify taffybar |
17 | ]; | 17 | ]; |
18 | preConfigure = "hpack"; | 18 | preConfigure = "hpack"; |
19 | license = "unknown"; | 19 | license = "unknown"; |