Skip to content

Instantly share code, notes, and snippets.

Created April 25, 2015 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9e5125fb9fe03936bb6f to your computer and use it in GitHub Desktop.
Save anonymous/9e5125fb9fe03936bb6f to your computer and use it in GitHub Desktop.
manifest.scm
(use-modules (gnu)
(guix profiles)
(srfi srfi-1))
(use-package-modules xorg xfce
emacs gnuzilla conkeror
mail gimp pdf ssh tmux
version-control
scheme haskell
games qemu
fonts fcitx linux)
(define packages
(list emacs xterm tmux
git git-manpages magit
getmail notmuch msmtp
mosh openssh icecat conkeror
mupdf zathura zathura-pdf-poppler
xrdb xrandr setxkbmap
racket ghc
emms retroarch qemu
fcitx alsa-utils
font-terminus font-dejavu))
(manifest (append (map package->manifest-entry packages)
(list
(package->manifest-entry ghc "doc")
(package->manifest-entry font-adobe-source-han-sans "cn"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment