diff --git a/index.html b/index.html index 80204c8e3..f5bc7e95b 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 e36b99631..b8ba29220 100644 --- a/options.html +++ b/options.html @@ -6074,6 +6074,17 @@ Requires a window manager that respects scroll hints.
programs.texlive.extraPackages
Extra packages available to TeX Live.
Type: unspecified
Default: "tpkgs: { inherit (tpkgs) collection-basic; }"
Example:
tpkgs: { inherit (tpkgs) collection-fontsrecommended algorithms; }
Declared by:
<home-manager/modules/programs/texlive.nix>
+ |
programs.timidity.enable
Whether to enable timidity, a software MIDI renderer.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/timidity.nix>
+ |
programs.timidity.package
The timidity package to use.
Type: package
Default: pkgs.timidity
Declared by:
+ <home-manager/modules/programs/timidity.nix>
+ |
programs.timidity.extraConfig
Extra configuration.
Type: strings concatenated with "\n"
Default: ""
Example:
'' + soundfont ${pkgs.soundfont-fluid}/share/soundfonts/FluidR3_GM2-2.sf2 +'' +
Declared by:
+ <home-manager/modules/programs/timidity.nix>
+ |
programs.timidity.finalPackage
Resulting package.
Type: package (read only)
Declared by:
+ <home-manager/modules/programs/timidity.nix>
|
programs.tmux.enable
Whether to enable tmux.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/tmux.nix>
|
programs.tmux.package
The tmux package to install
Type: package
Default: pkgs.tmux
Example: pkgs.tmux
Declared by: