diff options
author | Richard Sent <richard@freakingpenguin.com> | 2024-03-29 21:10:35 -0400 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2024-09-29 22:21:28 +0800 |
commit | cbf46d2565112180fe7b316b2530293ed2d3acf3 (patch) | |
tree | 8183f069715fcf78cce1274dc0b66a495c8f727a /gnu/home | |
parent | e6415c307262c1b43ebf7401174842df25eeeb71 (diff) | |
download | guix-cbf46d2565112180fe7b316b2530293ed2d3acf3.tar guix-cbf46d2565112180fe7b316b2530293ed2d3acf3.tar.gz |
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>
Diffstat (limited to 'gnu/home')
-rw-r--r-- | gnu/home/services.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/home/services.scm b/gnu/home/services.scm index b69cd91203..39c9033ad6 100644 --- a/gnu/home/services.scm +++ b/gnu/home/services.scm @@ -445,7 +445,7 @@ activation."))) (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 |