diff --git a/index.html b/index.html index 23b89c2c..ed232c95 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index b1662209..b3dfc3b3 100644 --- a/options.html +++ b/options.html @@ -4804,7 +4804,7 @@ All string options are quoted with double quotes. <home-manager/modules/programs/lf.nix>
programs.librewolf.enable
Whether to enable Librewolf browser, a privacy enhanced Firefox fork.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/librewolf.nix>
- |
programs.librewolf.package
The LibeWolf package to use.
Type: package
Default: pkgs.librewolf
Declared by:
+ |
programs.librewolf.package
The LibreWolf package to use.
Type: package
Default: pkgs.librewolf
Declared by:
<home-manager/modules/programs/librewolf.nix>
|
programs.librewolf.settings
Attribute set of LibreWolf settings and overrides. Refer to https://librewolf.net/docs/settings/ @@ -7483,7 +7483,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.69.1)
Example: pkgs.vscodium
Declared by:
+ |