guix: Fix typos.
* gnu/home/services.scm (home-files-service-type): Fix typo. (home-xdg-configuration-files-service-type): Likewise. (home-xdg-data-files-service-type): Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
ec365d1959
commit
4dab99ac9f
1 changed files with 3 additions and 3 deletions
|
@ -313,7 +313,7 @@ directory containing FILES."
|
||||||
(extend append)
|
(extend append)
|
||||||
(default-value '())
|
(default-value '())
|
||||||
(description "Files that will be put in
|
(description "Files that will be put in
|
||||||
@file{~~/.guix-home/files}, and further processed during activation.")))
|
@file{~/.guix-home/files}, and further processed during activation.")))
|
||||||
|
|
||||||
(define xdg-configuration-files-directory ".config")
|
(define xdg-configuration-files-directory ".config")
|
||||||
|
|
||||||
|
@ -334,7 +334,7 @@ directory containing FILES."
|
||||||
(extend append)
|
(extend append)
|
||||||
(default-value '())
|
(default-value '())
|
||||||
(description "Files that will be put in
|
(description "Files that will be put in
|
||||||
@file{~~/.guix-home/files/.config}, and further processed during activation.")))
|
@file{~/.guix-home/files/.config}, and further processed during activation.")))
|
||||||
|
|
||||||
(define xdg-data-files-directory ".local/share")
|
(define xdg-data-files-directory ".local/share")
|
||||||
|
|
||||||
|
@ -355,7 +355,7 @@ directory containing FILES."
|
||||||
(extend append)
|
(extend append)
|
||||||
(default-value '())
|
(default-value '())
|
||||||
(description "Files that will be put in
|
(description "Files that will be put in
|
||||||
@file{~~/.guix-home/files/.local/share}, and further processed during
|
@file{~/.guix-home/files/.local/share}, and further processed during
|
||||||
activation.")))
|
activation.")))
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue