diff --git a/index.html b/index.html index daabbf52..5e40e060 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 7930c0c8..8d4a6de7 100644 --- a/options.html +++ b/options.html @@ -3863,6 +3863,12 @@ for the documentation. }
Declared by:
<home-manager/modules/programs/kitty.nix>
+ |
programs.kitty.theme
Apply a Kitty color theme. This option takes the friendly name of +any theme given by the command kitty +kitten themes. +See https://github.com/kovidgoyal/kitty-themes +for more details. +
Type: null or string
Default: null
Example: "Space Gray Eighties"
Declared by:
+ <home-manager/modules/programs/kitty.nix>
|
programs.kodi.enable
Whether to enable Kodi.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/kodi.nix>
|
programs.kodi.package
The kodi
package to use.
@@ -6492,7 +6498,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.63.2)
Example: pkgs.vscodium
Declared by:
+ |