diff options
author | EuAndreh <eu@euandre.org> | 2022-05-21 10:05:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-21 10:05:51 -0300 |
commit | 44087cc7ba03c0010589713726974f8c9eb481c2 (patch) | |
tree | d16535747b1c4806995446d173c26e62ab590a49 | |
parent | etc/guix/{home,system}.scm: Use proper packaged "guile-heredoc" package (diff) | |
download | dotfiles-44087cc7ba03c0010589713726974f8c9eb481c2.tar.gz dotfiles-44087cc7ba03c0010589713726974f8c9eb481c2.tar.xz |
etc/guix/home.scm: Explicitly load srfi-1 instead of inheriting it from curth0
-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 e4ebe58..2fca54d 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -19,7 +19,8 @@ (guix gexp) (guix modules) (guix packages) - (guix utils)) + (guix utils) + ((srfi srfi-1) #:prefix s1:)) (heredoc:enable-syntax) (define msmtp-non-hardcoded |