From 2f4233bf54e057e4a1ddca1799b2d6e107ac8b14 Mon Sep 17 00:00:00 2001
From: teto
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. |
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. |