Merge pull request #297464 from mkg20001/fcfix
nixos/fcitx5: fix warning about plasma6 option
This commit is contained in:
commit
ccf8f3a8fb
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue