nixos/fcitx5: stop using renamed option services.xserver.desktopManager.plasma6.enable

This commit is contained in:
Nick Cao 2024-03-21 00:42:26 -04:00
parent f603cdc2dd
commit e66ede958e
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

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.