diff --git a/options.html b/options.html index 4e1838d0e..fa56a1295 100644 --- a/options.html +++ b/options.html @@ -6911,6 +6911,12 @@ but are substituted anywhere on a line.
Type: 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>
+ |
services.autorandr.enable
Whether to enable the Autorandr systemd service.
+This module is complementary to programs.autorandr
which handles the
+configuration (profiles).
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/services/autorandr.nix>
+ |
services.autorandr.ignoreLid
Treat outputs as connected even if their lids are closed.
Type: boolean
Default: false
Declared by:
+ <home-manager/modules/services/autorandr.nix>
|
services.barrier.client.enable
Whether to enable Barrier Client daemon.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/barrier.nix>
|
services.barrier.client.enableCrypto
Whether to enable crypto (SSL) plugin.
Type: boolean
Default: true
Example: true
Declared by:
|