nixos/fcitx5: fix warning about plasma6 option

This commit is contained in:
Maciej Krüger 2024-03-20 15:18:51 +01:00
parent cd1853128f
commit 061b88c7f4
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

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.