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

8 lines
237 B
Scheme
Raw Normal View History

(add-to-load-path ".guix/modules")
(use-modules (typst-package)
2024-07-31 18:31:59 -05:00
(resume-package)
(font-rsms-inter-package)
(gnu packages fontutils))
2024-07-31 18:31:59 -05:00
(packages->manifest (list rust-typst-cli-0.11 font-rsms-inter fontconfig coreutils))