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
+8 -1
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
flake.impure