Skip to content

Commit

Permalink
Merge pull request #297464 from mkg20001/fcfix
Browse files Browse the repository at this point in the history
nixos/fcitx5: fix warning about plasma6 option
  • Loading branch information
mkg20001 authored Mar 22, 2024
2 parents b6e530a + 061b88c commit ccf8f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/i18n/input-method/fcitx5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ccf8f3a

Please sign in to comment.