diff --git a/options.html b/options.html index 6d76d6e1f..8a658254b 100644 --- a/options.html +++ b/options.html @@ -12400,22 +12400,25 @@ attribute set of string
Default: }
Declared by:
<home-manager/modules/programs/zsh/zsh-abbr.nix>
- |
qt.enable
Whether to enable Qt 4, 5 and 6 configuration.
Type: +
qt.enable
Whether to enable Qt 5 and 6 configuration.
Type: boolean
Default:
false
Example:
true
Declared by:
<home-manager/modules/misc/qt.nix>
|
qt.platformTheme
Platform theme to use for Qt applications.
The options are
gtk
Use GTK theme with
-qtstyleplugins
gnome
Use GNOME theme with
-qgnomeplatform
qtct
Use Qt style set using
+qtstyleplugins
gtk3
Use GTK3 integration +for file picker dialogs, font and theme configuration
gnome
Use GNOME theme with
+qgnomeplatform
lxqt
Use LXQt theme style set using the
+lxqt-config-appearance
+application
qtct
kde
Use Qt settings from Plasma
Type: -null or one of “gtk”, “gnome”, “qtct”, “kde”
Default: +null or one of “gtk”, “gtk3”, “gnome”, “lxqt”, “qtct”, “kde”
Default:
null
Example:
"gnome"
Related packages: -
Declared by:
+ |