diff --git a/options.html b/options.html index b22cecf54..5067d037d 100644 --- a/options.html +++ b/options.html @@ -833,7 +833,7 @@ are symbolic links to the files of the source directory.

Type: path

Declared by:

<home-manager/modules/files.nix> -
home.file.<name>.target

Path to target file relative to HOME.

Type: string

Default: <name>

Declared by:

+
home.file.<name>.target

Path to target file relative to HOME.

Type: string

Default: name

Declared by:

<home-manager/modules/files.nix>
home.file.<name>.text

Text of the file. If this option is null then home.file.<name>.source @@ -10085,14 +10085,14 @@ directory structure matching the source's but whose leafs are symbolic links to the files of the source directory.

Type: boolean

Default: false

Declared by:

<home-manager/modules/misc/xdg.nix>
xdg.configFile.<name>.source

Path of the source file or directory. If -home.file.<name>.text +xdg.configFile.<name>.text is non-null then this option will automatically point to a file containing that text.

Type: path

Declared by:

<home-manager/modules/misc/xdg.nix> -
xdg.configFile.<name>.target

Path to target file relative to xdg.configHome.

Type: string

Default: <name>

Declared by:

+
xdg.configFile.<name>.target

Path to target file relative to xdg.configHome.

Type: string

Default: name

Declared by:

<home-manager/modules/misc/xdg.nix>
xdg.configFile.<name>.text

Text of the file. If this option is null then -home.file.<name>.source +xdg.configFile.<name>.source must be set.

Type: null or strings concatenated with "\n"

Default: null

Declared by:

<home-manager/modules/misc/xdg.nix>
xdg.configHome

Absolute path to directory holding application configurations.

Type: path

Default: "~/.config"

Declared by:

@@ -10127,14 +10127,14 @@ directory structure matching the source's but whose leafs are symbolic links to the files of the source directory.

Type: boolean

Default: false

Declared by:

<home-manager/modules/misc/xdg.nix>
xdg.dataFile.<name>.source

Path of the source file or directory. If -home.file.<name>.text +xdg.dataFile.<name>.text is non-null then this option will automatically point to a file containing that text.

Type: path

Declared by:

<home-manager/modules/misc/xdg.nix> -
xdg.dataFile.<name>.target

Path to target file relative to xdg.dataHome.

Type: string

Default: <name>

Declared by:

+
xdg.dataFile.<name>.target

Path to target file relative to xdg.dataHome.

Type: string

Default: name

Declared by:

<home-manager/modules/misc/xdg.nix>
xdg.dataFile.<name>.text

Text of the file. If this option is null then -home.file.<name>.source +xdg.dataFile.<name>.source must be set.

Type: null or strings concatenated with "\n"

Default: null

Declared by:

<home-manager/modules/misc/xdg.nix>
xdg.dataHome

Absolute path to directory holding application data.

Type: path

Default: "~/.local/share"

Declared by: