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/media.scm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/guix/manifest/media.scm (limited to '.config/guix/manifest/media.scm') diff --git a/.config/guix/manifest/media.scm b/.config/guix/manifest/media.scm new file mode 100644 index 0000000..f8ff541 --- /dev/null +++ b/.config/guix/manifest/media.scm @@ -0,0 +1,6 @@ +(specifications->manifest + '("audacity" + "gimp" + "inkscape" + "mpv" + "youtube-dl")) -- cgit v1.2.3-83-g751a