diff options
author | EuAndreh <eu@euandre.org> | 2023-03-14 17:17:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-14 17:17:27 -0300 |
commit | 22da8ebba983ed2e16a55de7e5ef179d4eb7daa2 (patch) | |
tree | 506d953d973cf0395425ece0f4aa8d16614fb508 /src | |
parent | system.scm: Disable owner link on cgit (diff) | |
download | toph-22da8ebba983ed2e16a55de7e5ef179d4eb7daa2.tar.gz toph-22da8ebba983ed2e16a55de7e5ef179d4eb7daa2.tar.xz |
system.scm: Better indentation of (skeletons ...) field
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/guix/system.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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 |