1234567891011121314151617181920212223242526272829303132333435363738 |
- (packages->manifest
- (map (compose list specification->package+output)
- '("wcalc" "make" "nss-certs" "xlockmore"
- "netcat" "unrar" "password-store" "bind:utils"
- "font-inconsolata"
-
- ;dev
- ;;"jupyter" "python-ipython"
- ; cad
- "fritzing" ;;"librecad"
- ; virtualization
- "virt-manager"
- ; media
- "mps-youtube" "mpv" "perl-image-exiftool" "ncmpcpp"
- "mpd" "rage" "vlc" "pavucontrol" "ffmpeg" "ponymix"
- ; webbrowsing
- "icecat" "conkeror" "dillo"
- ; email
- "claws-mail"
- ; documents & office
- "ghc-pandoc" "libreoffice" "texlive" "scribus"
- ; pdf
- "zathura" "zathura-cb" "zathura-djvu"
- "zathura-pdf-poppler" "zathura-ps" "qpdf" "evince"
- "lekha" "mupdf"
- ; games
- "hyperrogue" "minetest" "laby" "manaplus" "angband"
- "mars" "kobodeluxe" "mrrescue"
- )))
|