mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
config: add check if home-manager
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user