diff --git a/flake.nix b/flake.nix index dcb3206..89a5482 100644 --- a/flake.nix +++ b/flake.nix @@ -74,7 +74,7 @@ system = "aarch64-darwin"; modules = [ ./hosts/eva-02/configuration.nix - home-manager.darwinModules.home-manager + inputs.home-manager.darwinModules.home-manager ]; }; }; diff --git a/hosts/eva-02/configuration.nix b/hosts/eva-02/configuration.nix index 450be69..40e4553 100644 --- a/hosts/eva-02/configuration.nix +++ b/hosts/eva-02/configuration.nix @@ -16,7 +16,7 @@ { imports = [ # Include the results of the hardware scan. - inputs.home-manager.nixosModules.eva-02 + inputs.home-manager.nixosModules.default ]; nix.settings.experimental-features = ["nix-command" "flakes"];