mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
doc: Refer to ‘XDG_CONFIG_HOME’, not ‘XDG_CONFIG_DIR’.
* doc/guix.texi (Guix Home Services): Change ‘XDG_CONFIG_DIR’ to ‘XDG_CONFIG_HOME’. Change-Id: I8fdb70903acf949c360c1e2b950ae7dd3578aded Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b1a268fc54
commit
7ff42b49c9
1 changed files with 6 additions and 6 deletions
|
|
@ -47925,7 +47925,7 @@ the required command using the appropriate service type.
|
|||
The service of this type allows to specify a list of files, which will
|
||||
go to @file{~/.guix-home/files}, usually this directory contains
|
||||
configuration files (to be more precise it contains symlinks to files in
|
||||
@file{/gnu/store}), which should be placed in @file{$XDG_CONFIG_DIR} or
|
||||
@file{/gnu/store}), which should be placed in @file{$XDG_CONFIG_HOME} or
|
||||
in rare cases in @file{$HOME}. It accepts extension values in the
|
||||
following format:
|
||||
|
||||
|
|
@ -48104,14 +48104,14 @@ while visiting each one of the @code{directories}.
|
|||
The service is very similar to @code{home-files-service-type} (and
|
||||
actually extends it), but used for defining files, which will go to
|
||||
@file{~/.guix-home/files/.config}, which will be symlinked to
|
||||
@file{$XDG_CONFIG_DIR} by @code{home-symlink-manager-service-type} (for
|
||||
@file{$XDG_CONFIG_HOME} by @code{home-symlink-manager-service-type} (for
|
||||
example) during activation. It accepts extension values in the
|
||||
following format:
|
||||
|
||||
@lisp
|
||||
`(("sway/config" ,sway-file-like-object)
|
||||
;; -> ~/.guix-home/files/.config/sway/config
|
||||
;; -> $XDG_CONFIG_DIR/sway/config (by symlink-manager)
|
||||
;; -> $XDG_CONFIG_HOME/sway/config (by symlink-manager)
|
||||
("tmux/tmux.conf" ,(local-file "./tmux.conf")))
|
||||
@end lisp
|
||||
@end defvar
|
||||
|
|
@ -48142,9 +48142,9 @@ Creates new symlinks the following way: It looks @file{files/} directory
|
|||
(usually defined with @code{home-files-service-type},
|
||||
@code{home-xdg-configuration-files-service-type} and maybe some others),
|
||||
takes the files from @file{files/.config/} subdirectory and put
|
||||
respective links in @env{XDG_CONFIG_DIR}. For example symlink for
|
||||
respective links in @env{XDG_CONFIG_HOME}. For example symlink for
|
||||
@file{files/.config/sway/config} will end up in
|
||||
@file{$XDG_CONFIG_DIR/sway/config}. The rest files in @file{files/}
|
||||
@file{$XDG_CONFIG_HOME/sway/config}. The rest files in @file{files/}
|
||||
outside of @file{files/.config/} subdirectory will be treated slightly
|
||||
different: symlink will just go to @file{$HOME}.
|
||||
@file{files/.some-program/config} will end up in
|
||||
|
|
@ -48965,7 +48965,7 @@ Whether GnuPG is already configured to pass all traffic through
|
|||
@uref{https://torproject.org, Tor}.
|
||||
|
||||
@item @code{refresh-guix-keyrings?} (default: @code{#f}) (type: boolean)
|
||||
Guix creates a few keyrings in the @var{$XDG_CONFIG_DIR}, such as when running
|
||||
Guix creates a few keyrings in the @var{$XDG_CONFIG_HOME}, such as when running
|
||||
@code{guix import} (@pxref{Invoking guix import}). Setting this to @code{#t}
|
||||
will also refresh any keyrings which Guix has created.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue