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

Use Qt style set using qt5ct and qt6ct applications

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:

+

Declared by:

<home-manager/modules/misc/qt.nix>
qt.style.package

Theme package to be used in Qt5/Qt6 applications. Auto-detected from qt.style.name if possible.

Type: @@ -12432,7 +12435,7 @@ null or string

Default: null

Example: "adwaita-dark"

Related packages: -

Declared by:

+

Declared by:

<home-manager/modules/misc/qt.nix>
services.autorandr.enable

Whether to enable the Autorandr systemd service. This module is complementary to programs.autorandr