diff options
Diffstat (limited to 'etc/guix/home.scm')
-rw-r--r-- | etc/guix/home.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 5e56009..e4ebe58 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -1,5 +1,5 @@ (use-modules - (curth0) + ((xyz euandreh heredoc) #:prefix heredoc:) (gnu home) (gnu home services) (gnu home services mcron) @@ -20,6 +20,7 @@ (guix modules) (guix packages) (guix utils)) +(heredoc:enable-syntax) (define msmtp-non-hardcoded (package |