Merge pull request #297464 from mkg20001/fcfix

nixos/fcitx5: fix warning about plasma6 option
This commit is contained in:
Maciej Krüger 2024-03-22 01:35:59 +01:00 committed by GitHub
commit ccf8f3a8fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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