aboutsummaryrefslogtreecommitdiff
path: root/etc/guix/system.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-21 10:04:47 -0300
committerEuAndreh <eu@euandre.org>2022-05-21 10:04:47 -0300
commitb5a97ccffb1139a08ba284982f3a1394738352b9 (patch)
tree2a65bff3c966f9a2e9f573537774f1cba3239312 /etc/guix/system.scm
parentbin/e: Launch fzf prompt with personal files when no argument is given (diff)
downloaddotfiles-b5a97ccffb1139a08ba284982f3a1394738352b9.tar.gz
dotfiles-b5a97ccffb1139a08ba284982f3a1394738352b9.tar.xz
etc/guix/{home,system}.scm: Use proper packaged "guile-heredoc" package
Diffstat (limited to '')
-rw-r--r--etc/guix/system.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm
index e4627cca..b568d66c 100644
--- a/etc/guix/system.scm
+++ b/etc/guix/system.scm
@@ -1,5 +1,5 @@
(use-modules
- (curth0)
+ ((xyz euandreh heredoc) #:prefix heredoc:)
(ice-9 rdelim)
(gnu bootloader)
(gnu bootloader grub)
@@ -20,6 +20,7 @@
(nongnu packages linux)
(nongnu system linux-initrd)
(srfi srfi-1))
+(heredoc:enable-syntax)
(operating-system
(kernel linux)