Archived
1
0
Fork 0
This repository has been archived on 2025-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
resume/manifest.scm
2025-01-12 22:16:09 -06:00

7 lines
231 B
Scheme

(add-to-load-path ".guix/modules")
(use-modules (resume-package)
(font-rsms-inter-package)
(gnu packages fontutils)
(saayix packages typst))
(packages->manifest (list typst font-rsms-inter fontconfig coreutils))