From 22da8ebba983ed2e16a55de7e5ef179d4eb7daa2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 14 Mar 2023 17:17:27 -0300 Subject: system.scm: Better indentation of (skeletons ...) field --- src/infrastructure/guix/system.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index e37ce73..6a63845 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -125,7 +125,9 @@ (timezone "America/Sao_Paulo") (host-name tld) (skeletons - `((".profile" ,(plain-file "user-profile" (file "src/infrastructure/config/profile.sh"))))) + `((".profile" + ,(plain-file "user-profile" + (file "src/infrastructure/config/profile.sh"))))) (users (append (list -- cgit v1.2.3