Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Radvendii/6c3900bf2e1d84f94034bb9ee5a41892 to your computer and use it in GitHub Desktop.
Save Radvendii/6c3900bf2e1d84f94034bb9ee5a41892 to your computer and use it in GitHub Desktop.
environment.systemPackages = with pkgs; [
.
.
.
(haskellPackages.ghcWithHoogle (h: with h; [
diagrams
diagrams-gtk
lens
io-memoize
haskeline
pointfree
xmonad
xmonad-contrib
xmonad-extras
happy
alex
gloss
matrix
]))
.
.
.
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment