From 4e91931e711b4f4e962e90e379513983f7e71528 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Mon, 22 May 2023 20:49:17 +0000 Subject: [PATCH] deploy: d9995d94f194955d1f1af0e1ad5866a904196c20 --- options.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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: