mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: home: services: Fix typo.
* gnu/home/services.scm (compute-on-first-login-script): Fix spelling of "appropriate".
This commit is contained in:
parent
30474f25d0
commit
b066c9b03d
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ (define (compute-on-first-login-script _ gexps)
|
||||||
(begin #$@gexps (touch flag-file-path)))
|
(begin #$@gexps (touch flag-file-path)))
|
||||||
(display "XDG_RUNTIME_DIR doesn't exists, on-first-login script
|
(display "XDG_RUNTIME_DIR doesn't exists, on-first-login script
|
||||||
won't execute anything. You can check if xdg runtime directory exists,
|
won't execute anything. You can check if xdg runtime directory exists,
|
||||||
XDG_RUNTIME_DIR variable is set to apropriate value and manually execute the
|
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)
|
(define (on-first-login-script-entry on-first-login)
|
||||||
|
|
Loading…
Reference in a new issue