materusPC: Update inputMethod

common: override path in default.nix
This commit is contained in:
Mateusz Słodkowicz 2026-06-15 22:49:36 +02:00
parent e37d2bb716
commit 5a7e4a5020
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
2 changed files with 10 additions and 2 deletions

View File

@ -8,7 +8,14 @@ let
} }
); );
flake = flake-compatish ./.; flake = flake-compatish {
source = ./.;
overrides = {
self = ./.;
materus-inputs = ./nix-config/subflake;
materus-inputs-unstable = ./nix-config/subflake;
};
};
in in
flake.impure flake.impure

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:root &> /dev/null; fi;
if ! [ -z "$DISPLAY" ]; then ${pkgs.xhost}/bin/xhost +si:localuser:$USER &> /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 = [ i18n.inputMethod.fcitx5.addons = [
pkgs.kdePackages.fcitx5-configtool pkgs.kdePackages.fcitx5-configtool
pkgs.fcitx5-lua pkgs.fcitx5-lua