Merge pull request #292702 from NickCao/fcitx5-plasma6

nixos/fcitx5: enable plasma6Support by default if plasma6 is enabled
This commit is contained in:
Nick Cao 2024-03-02 10:54:19 -05:00 committed by GitHub
commit 2646fba84d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.