mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-18 16:37:21 +02:00
materusPC: Update inputMethod
common: override path in default.nix
This commit is contained in:
parent
e37d2bb716
commit
5a7e4a5020
@ -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
|
||||
flake.impure
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user