home: services: Add newline to XDG_RUNTIME_DIR warning.

* gnu/home/services.scm: Add end-of-text newline to warning printed by
on-first-login script when XDG_RUNTIME_DIR does not exist.

Change-Id: I3bfe2c415f6941fa9a2231ab2a0be53db965053f
Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Richard Sent 2024-03-29 21:10:35 -04:00 committed by Hilton Chain
parent e6415c3072
commit cbf46d2565
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -445,7 +445,7 @@ (define (claim-first-run file)
(warning (G_ "XDG_RUNTIME_DIR doesn't exists, on-first-login script
won't execute anything. You can check if xdg runtime directory exists,
XDG_RUNTIME_DIR variable is set to appropriate value and manually execute the
script by running '$HOME/.guix-home/on-first-login'"))))))))
script by running '$HOME/.guix-home/on-first-login'~%"))))))))
(define (on-first-login-script-entry on-first-login)
"Return, as a monadic value, an entry for the on-first-login script