[Nix-dev] XMonad and Taffybar on nixos
Ryan Trinkle
ryan.trinkle at gmail.com
Wed Oct 29 02:03:42 CET 2014
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 xmonad-x86_64-linux' &&
xmonad --restart")
It's a bit of a hack, but it's been working very reliably for me, and lets
me add whatever I need to the xmonad environment.
Ryan
On Tue, Oct 28, 2014 at 7:46 PM, Richard Wallace <
rwallace at thewallacepack.net> wrote:
> 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 Xmonad wiki page. I installed
> taffybar using environment.systemPackages in my configuration.nix. Any
> idea what I am missing?
>
> Thanks,
> Rich
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20141028/9b301363/attachment.html
More information about the nix-dev
mailing list