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