config: add check if home-manager

This commit is contained in:
2024-02-25 22:30:13 +01:00
parent 64e8520dbd
commit 88bdef3961
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -15,9 +15,10 @@ let
nixerus = if stable then inputs.configInputs-stable.inputs.nixerus else inputs.configInputs.inputs.nixerus;
configInputs = if stable then inputs.configInputs-stable else inputs.configInputs;
path = materusFlake.selfPath;
isHm = false;
};
in
(nixosSystem rec {
(nixosSystem {
specialArgs = { inherit materusCfg; };
system = arch;
modules = [