diff --git a/index.html b/index.html index 844b21bb2..86d705089 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 bded63cc3..7bb0a419c 100644 --- a/options.html +++ b/options.html @@ -4098,7 +4098,7 @@ control the default matplotlib behavior.
programs.mpv.enable
Whether to enable mpv.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/mpv.nix>
|
programs.mpv.package
Package providing mpv. -
Type: package
Default: (build of mpv-with-scripts-0.34.0)
Example: pkgs.wrapMpv (pkgs.mpv-unwrapped.override { vapoursynthSupport = true; }) { youtubeSupport = true; }
Declared by:
+ |
programs.skim.enableZshIntegration
Whether to enable Zsh integration.
Type: boolean
Default: true
Declared by:
<home-manager/modules/programs/skim.nix>
+ |
programs.skim.package
Package providing the skim tool.
Type: package
Default: pkgs.skim
Declared by:
+ <home-manager/modules/programs/skim.nix>
|
programs.skim.changeDirWidgetCommand
The command that gets executed as the source for skim for the ALT-C keybinding.
Type: null or string
Default: null
Example: "fd --type d"
Declared by: