From e72d011ddff3da64f76dc70789603a033efdf74c Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 13 Mar 2020 21:22:30 -0400 Subject: guix: break down monolithic profile into multiple smaller profiles super useful for decoupling larger packages like icecat, libreoffice, and texlive from the rest of mostly-smaller packages, so i could easily `guix pull' and update the smaller ones as frequently as i like --- .config/guix/manifest/doc.scm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .config/guix/manifest/doc.scm (limited to '.config/guix/manifest/doc.scm') diff --git a/.config/guix/manifest/doc.scm b/.config/guix/manifest/doc.scm new file mode 100644 index 0000000..b732864 --- /dev/null +++ b/.config/guix/manifest/doc.scm @@ -0,0 +1,8 @@ +(specifications->manifest + '("libreoffice" + "texlive-amsfonts" + "texlive-base" + "texlive-latex-listings" + ;; "texlive-palatino" + "texlive-xcolor" +)) -- cgit v1.2.3-60-g2f50