diff --git a/options.html b/options.html index cbf411cc6..2ed3af1dd 100644 --- a/options.html +++ b/options.html @@ -8453,6 +8453,8 @@ The format is described in <home-manager/modules/services/hound.nix>
services.imapnotify.enable
Whether to enable imapnotify.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/imapnotify.nix>
+ |
services.imapnotify.package
The imapnotify package to use
Type: package
Default: pkgs.goimapnotify
Example: pkgs.imapnotify
Declared by:
+ <home-manager/modules/services/imapnotify.nix>
|
services.kanshi.enable
Whether to enable kanshi, a Wayland daemon that automatically configures outputs.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/kanshi.nix>
|
services.kanshi.package
kanshi derivation to use.
Type: package
Default: pkgs.kanshi
Declared by:
|