diff --git a/options.html b/options.html index fd098d9c..e2206932 100644 --- a/options.html +++ b/options.html @@ -738,6 +738,9 @@ the user environment.

Type: list of <home-manager/modules/home-environment.nix>

home.file

Attribute set of files to link into the user home.

Type: attribute set of (submodule)

Default: { }

Declared by:

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

Whether this file should be generated. This option allows specific +files to be disabled.

Type: boolean

Default: true

Declared by:

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

Set the execute bit. If null, defaults to the mode of the source file or to false for files created through the text option.

Type: null or boolean

Default: null

Declared by:

@@ -9444,6 +9447,9 @@ variables for GTK applications.

Type:

xdg.configFile

Attribute set of files to link into the user's XDG configuration home.

Type: attribute set of (submodule)

Default: { }

Declared by:

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

Whether this file should be generated. This option allows specific +files to be disabled.

Type: boolean

Default: true

Declared by:

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

Set the execute bit. If null, defaults to the mode of the source file or to false for files created through the text option.

Type: null or boolean

Default: null

Declared by:

@@ -9483,6 +9489,9 @@ must be set.

Type: null or strings

xdg.dataFile

Attribute set of files to link into the user's XDG data home.

Type: attribute set of (submodule)

Default: { }

Declared by:

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

Whether this file should be generated. This option allows specific +files to be disabled.

Type: boolean

Default: true

Declared by:

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

Set the execute bit. If null, defaults to the mode of the source file or to false for files created through the text option.

Type: null or boolean

Default: null

Declared by: