Re: [Nix-dev] XMonad and Taffybar on nixos

2014-10-29 Thread Arseniy Seroka
Hm. I'm using xmonad and taffybar. Just check my config at https://github.com/jagajaga/my_configs I got the same error as you, and when I deleted this import, everything compiles and works fine. -- Sincerely, Arseniy Seroka ___ nix-dev mailing list

Re: [Nix-dev] XMonad and Taffybar on nixos

2014-10-29 Thread Pascal Wittmann
Hi Richard, On 10/29/2014 12:46 AM, Richard Wallace wrote: Is anyone using xmonad and taffybar on nixos? I'm trying to, but I'm running into an issue with xmonad not being able to find modules provided by taffybar. Trying compile xmonad results in Could not find module:

[Nix-dev] XMonad and Taffybar on nixos

2014-10-28 Thread Richard Wallace
Hello, Is anyone using xmonad and taffybar on nixos? I'm trying to, but I'm running into an issue with xmonad not being able to find modules provided by taffybar. Trying compile xmonad results in Could not find module: System.Taffybar.Hooks.PagerHints I set up xmonad as described on the NixOS

Re: [Nix-dev] XMonad and Taffybar on nixos

2014-10-28 Thread Ryan Trinkle
The easiest way I've found to do (possibly complex) dependencies for xmonad is to add a default.nix to my ~/.xmonad directory and then add this keybinding to xmonad: ((mod4Mask, xK_q), spawn cd ~/.xmonad ; nix-shell --pure --command 'ghc --make xmonad.hs -i -ilib -fforce-recomp -v0 -o