From da8a061fe9d9fdffa0c839f85b3daff648f21c32 Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 19 Apr 2024 16:23:35 +0000 Subject: [PATCH] deploy: 6a171bfd84ee9b3df83f6eb76dab042219978439 --- options.xhtml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/options.xhtml b/options.xhtml index c332477e..9988687e 100644 --- a/options.xhtml +++ b/options.xhtml @@ -54802,6 +54802,49 @@ boolean

+
+ + qt.kde.settings + + +
+
+

A set of values to be modified by kwriteconfig5.

The example value would cause the following command to run in the +activation script:

kwriteconfig5 --file $XDG_CONFIG_HOME/powermanagementprofilesrc \
+              --group AC \
+              --group HandleButtonEvents \
+              --group lidAction \
+              --key lidAction \
+              32
+

Note, null values will delete the corresponding entry instead of +inserting any value.

+ +

Type: +attribute set of (KDE option value)

+ +

Default: +{ }

+ +

Example:

{
+  powermanagementprofilesrc = {
+    AC = {
+      HandleButtonEvents = {
+        lidAction = 32;
+      };
+    };
+  };
+}
+
+ +

Declared by:

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