nixos/fcitx5: enable plasma6Support by default if plasma6 is enabled

This commit is contained in:
Nick Cao 2024-03-01 22:43:56 -05:00
parent aa94fc78b0
commit 48e5de444b
No known key found for this signature in database

View File

@ -32,7 +32,8 @@ in
};
plasma6Support = mkOption {
type = types.bool;
default = false;
default = config.services.xserver.desktopManager.plasma6.enable;
defaultText = literalExpression "config.services.xserver.desktopManager.plasma6.enable";
description = lib.mdDoc ''
Use qt6 versions of fcitx5 packages.
Required for configuring fcitx5 in KDE System Settings.