diff --git a/index.html b/index.html index 0f3e9d1b..4a5d14aa 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index dfe0f8c3..a02a21fa 100644 --- a/options.html +++ b/options.html @@ -200,6 +200,16 @@ Note, if set then the system default may still be accepted. [ "Inbox" "[Gmail]/MyLabel" ] +
Declared by:
+ <home-manager/modules/services/imapnotify.nix>
+ |
accounts.email.accounts.<name>.imapnotify.extraConfig
Additional configuration to add for this account.
Type: attribute set of boolean or signed integer or strings
Default:
+ {
+
+ }
+
Example:
+ {
+ wait = 10;
+ }
Declared by:
<home-manager/modules/services/imapnotify.nix>
|
accounts.email.accounts.<name>.imapnotify.onNotify
Shell commands to run on any event.
Type: string or attribute set of strings
Default: ""
Example: "\${pkgs.isync}/bin/mbsync test-%s"
Declared by:
@@ -5818,7 +5828,7 @@ manually set any options not listed above.
|
programs.vscode.enable
Whether to enable Visual Studio Code.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/vscode.nix>
|
programs.vscode.package
Version of Visual Studio Code to install. -
Type: package
Default: (build of vscode-1.61.1)
Example: pkgs.vscodium
Declared by:
+ |