diff options
-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))) |