diff options
author | EuAndreh <eu@euandre.org> | 2022-08-12 19:28:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-12 19:28:56 -0300 |
commit | 2e375a05fd236d6b827e9746240ff322ead52914 (patch) | |
tree | 529be8b68ef436983d8a2fe8ddc7a8a631f1c4ef | |
parent | etc/guix/system.scm: Add Haskell and Guile code for base desktop system (diff) | |
download | dotfiles-2e375a05fd236d6b827e9746240ff322ead52914.tar.gz dotfiles-2e375a05fd236d6b827e9746240ff322ead52914.tar.xz |
etc/guix/home.scm: Fix s1: prefix
-rw-r--r-- | etc/guix/home.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 2fca54d..0ef9f3f 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -149,8 +149,8 @@ "/" s)))) (map (lambda (t) - (list (prefix-with-config (first t)) - (second t))) + (list (prefix-with-config (s1:first t)) + (s1:second t))) config-files))) |