new-ryuslash.org/manifest.scm
Tom Willemse 2536e9add5 Add rsync to the Guix environment
I use ‘rsync’ to deploy my site to my server, having it in the environment
manifest means I don't have to remember to install it elsewhere.
2023-07-26 22:29:58 -07:00

5 lines
148 B
Scheme

(packages->manifest
(list
(specification->package "emacs-eldev")
(specification->package "emacs-htmlize")
(specification->package "rsync")))