From 2e375a05fd236d6b827e9746240ff322ead52914 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 12 Aug 2022 19:28:56 -0300 Subject: etc/guix/home.scm: Fix s1: prefix --- etc/guix/home.scm | 4 ++-- 1 file 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))) -- cgit v1.2.3