From da8a061fe9d9fdffa0c839f85b3daff648f21c32 Mon Sep 17 00:00:00 2001
From: rycee
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