materusPC: Update inputMethod

common: override path in default.nix
This commit is contained in:
2026-06-15 22:49:36 +02:00
parent e37d2bb716
commit 5a7e4a5020
2 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -143,7 +143,8 @@ in
if ! [ -z "$DISPLAY" ]; then ${pkgs.xhost}/bin/xhost +si:localuser:root &> /dev/null; fi;
if ! [ -z "$DISPLAY" ]; then ${pkgs.xhost}/bin/xhost +si:localuser:$USER &> /dev/null; fi;
'';
i18n.inputMethod.enabled = "fcitx5";
i18n.inputMethod.enable = true;
i18n.inputMethod.type = "fcitx5";
i18n.inputMethod.fcitx5.addons = [
pkgs.kdePackages.fcitx5-configtool
pkgs.fcitx5-lua