diff --git a/options.html b/options.html index 691988c73..d36c7a522 100644 --- a/options.html +++ b/options.html @@ -6910,19 +6910,23 @@ but are substituted anywhere on a line.

Type:

qt.enable

Whether to enable Qt 4 and 5 configuration.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/misc/qt.nix> -
qt.platformTheme

Selects the platform theme to use for Qt applications.

The options are +

qt.platformTheme

Platform theme to use for Qt applications.

The options are

gtk

Use GTK theme with qtstyleplugins

gnome

Use GNOME theme with qgnomeplatform

Type: null or one of "gtk", "gnome"

Default: null

Example: "gnome"

Related packages:

Declared by:

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

Theme package to be used in Qt5 applications.

Type: null or package

Default: null

Example: pkgs.adwaita-qt

Declared by:

+
qt.style.package

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

Type: null or package

Default: null

Example: pkgs.adwaita-qt

Declared by:

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

Selects the style to use for Qt5 applications.

The options are -

adwaita, adwaita-dark

Use Adwaita Qt style with +

qt.style.name

Style to use for Qt5 applications. Case-insensitive. +

Some examples are +

adwaita, adwaita-dark, adwaita-highcontrast, adwaita-highcontrastinverse

Use the Adwaita style from adwaita -

cleanlooks, gtk2, motif, plastique

Use styles from +

breeze

Use the Breeze style from + breeze +

bb10bright, bb10dark, cde, cleanlooks, gtk2, motif, plastique

Use styles from qtstyleplugins

Type: null or string

Default: null

Example: "adwaita-dark"

Related packages:

  • pkgs.adwaita-qt (adwaita-qt-1.4.1): A style to bend Qt applications to look like they belong into GNOME Shell

  • pkgs.libsForQt5.qtstyleplugins (qtstyleplugins-unstable-2017-03-11): Additional style plugins for Qt5, including BB10, GTK, Cleanlooks, Motif, Plastique

Declared by:

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