diff --git a/index.html b/index.html index 52135857..d1de8e78 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 76c99ea4..71c36940 100644 --- a/options.html +++ b/options.html @@ -4499,6 +4499,26 @@ supported plugins run: true
Declared by:
<home-manager/modules/programs/kitty.nix>
+ |
programs.kitty.darwinLaunchOptions
Command-line options to use when launched by Mac OS GUI
Type: null or list of strings
Default:
+ null
+
Example:
[ + "--single-instance" + "--directory=/tmp/my-dir" + "--listen-on=unix:/tmp/my-socket" +] +
Declared by:
+ <home-manager/modules/programs/kitty.nix>
+ |
programs.kitty.environment
Environment variables to set or override.
Type: attribute set of strings
Default:
+
+ {
+
+ }
+
+
Example:
{ + "LS_COLORS" = "1"; +} +
Declared by:
+ <home-manager/modules/programs/kitty.nix>
|
programs.kitty.extraConfig
Additional configuration to add.
Type: strings concatenated with "\n"
Default:
""
Declared by: