From 5a7e4a502020fbd822e7afd52bfd061c10736d39 Mon Sep 17 00:00:00 2001 From: materus Date: Mon, 15 Jun 2026 22:49:36 +0200 Subject: [PATCH] materusPC: Update inputMethod common: override path in default.nix --- default.nix | 9 ++++++++- nix-config/host/materusPC/configuration.nix | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 51455e7..1c5696e 100644 --- a/default.nix +++ b/default.nix @@ -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 diff --git a/nix-config/host/materusPC/configuration.nix b/nix-config/host/materusPC/configuration.nix index b13245c..f45bdb0 100644 --- a/nix-config/host/materusPC/configuration.nix +++ b/nix-config/host/materusPC/configuration.nix @@ -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