diff --git a/options.html b/options.html index ce050a353..0d1f1501f 100644 --- a/options.html +++ b/options.html @@ -278,7 +278,9 @@ onCalendar option. See systemd.time(7) for more information about the format.

Type: string

Default: "*:0/5"

Declared by:

<home-manager/modules/programs/lieer.nix> -
accounts.email.accounts.<name>.maildir

Maildir configuration for this account.

Type: null or (submodule)

Declared by:

+
accounts.email.accounts.<name>.maildir

Maildir configuration for this account.

Type: null or (submodule)

Default:

{
+  path = "\${name}";
+}

Declared by:

<home-manager/modules/accounts/email.nix>
accounts.email.accounts.<name>.maildir.path

Path to maildir directory where mail for this account is stored. This is relative to the base maildir path.

Type: string

Declared by:

@@ -831,13 +833,15 @@ 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

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 must be set.

Type: null or strings concatenated with "\n"

Default: null

Declared by:

<home-manager/modules/files.nix> -
home.homeDirectory

The user's home directory. Must be an absolute path.

Type: path

Example: "/home/jane.doe"

Declared by:

+
home.homeDirectory

The user's home directory. Must be an absolute path.

Type: path

Default:

"$HOME"   for state version < 20.09,
+undefined for state version ≥ 20.09
+

Example: "/home/jane.doe"

Declared by:

<home-manager/modules/home-environment.nix>
home.keyboard

Keyboard configuration. Set to null to disable Home Manager keyboard management.

Type: null or (submodule)

Default:

"{ }"  for state version < 21.11,
@@ -913,7 +917,9 @@ will enable x11 cursor configurations.

Type:

home.pointerCursor.x11.defaultCursor

The default cursor file to use within the package.

Type: string

Default: "left_ptr"

Example: "X_cursor"

Declared by:

<home-manager/modules/config/home-cursor.nix> -
home.profileDirectory

The profile directory where Home Manager generations are installed.

Type: path (read only)

Declared by:

+
home.profileDirectory

The profile directory where Home Manager generations are installed.

Type: path (read only)

Default:

"${home.homeDirectory}/.nix-profile"  or
+"/etc/profiles/per-user/${home.username}"
+

Declared by:

<home-manager/modules/home-environment.nix>
home.sessionPath

Extra directories to add to PATH. @@ -985,7 +991,9 @@ program configurations. Switching to a higher state version typically requires performing some manual steps, such as data conversion or moving files.

Type: one of "18.09", "19.03", "19.09", "20.03", "20.09", "21.03", "21.05", "21.11", "22.05", "22.11", "23.05"

Declared by:

<home-manager/modules/misc/version.nix> -
home.username

The user's username.

Type: string

Example: "jane.doe"

Declared by:

+
home.username

The user's username.

Type: string

Default:

"$USER"   for state version < 20.09,
+undefined for state version ≥ 20.09
+

Example: "jane.doe"

Declared by:

<home-manager/modules/home-environment.nix>
i18n.inputMethod.enabled

Select the enabled input method. Input methods is a software to input symbols that are not available on standard input devices. @@ -8162,7 +8170,10 @@ beginning of the file. For available options see

If xdg.userDirs.enable is true then the defined XDG music directory is used. -Otherwise, you must explicitly specify a value.

Type: path or string

Declared by:

+Otherwise, you must explicitly specify a value.

Type: path or string

Default:

${home.homeDirectory}/music    if state version < 22.11
+${xdg.userDirs.music}          if xdg.userDirs.enable == true
+undefined                      otherwise
+

Declared by:

<home-manager/modules/services/mpd.nix>
services.mpd.network.listenAddress

The address for the daemon to listen on. Use any to listen on all addresses.

Type: string

Default: "127.0.0.1"

Example: "any"

Declared by:

@@ -10024,7 +10035,7 @@ variables for GTK applications.

Type:

xdg.enable

Whether to enable management of XDG base directories.

Type: boolean

Default: false

Example: true

Declared by:

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

Absolute path to directory holding application caches.

Type: path

Declared by:

+
xdg.cacheHome

Absolute path to directory holding application caches.

Type: path

Default: "~/.cache"

Declared by:

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

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

Type: attribute set of (submodule)

Default: { }

Declared by:

@@ -10060,13 +10071,13 @@ are symbolic links to the files of the source directory.

Type: path

Declared by:

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

Path to target file relative to xdg.configHome.

Type: string

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 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

Declared by:

+
xdg.configHome

Absolute path to directory holding application configurations.

Type: path

Default: "~/.config"

Declared by:

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

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

Type: attribute set of (submodule)

Default: { }

Declared by:

@@ -10102,13 +10113,13 @@ are symbolic links to the files of the source directory.

Type: path

Declared by:

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

Path to target file relative to xdg.dataHome.

Type: string

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 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

Declared by:

+
xdg.dataHome

Absolute path to directory holding application data.

Type: path

Default: "~/.local/share"

Declared by:

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

Desktop Entries allow applications to be shown in your desktop environment's app launcher.

You can define entries for programs without entries or override existing entries.

@@ -10207,7 +10218,7 @@ the list is attempted, and so on.

Type:

Declared by:

<home-manager/modules/misc/xdg-mime-apps.nix> -
xdg.stateHome

Absolute path to directory holding application states.

Type: path

Declared by:

+
xdg.stateHome

Absolute path to directory holding application states.

Type: path

Default: "~/.local/state"

Declared by:

<home-manager/modules/misc/xdg.nix>
xdg.systemDirs.config

Directory names to add to XDG_CONFIG_DIRS in the user session.

Type: list of string

Default: [ ]

Example: [ "/etc/xdg" ]

Declared by: