From 789901c5a9d6b76fa878eaf76d00a50804a2c52c Mon Sep 17 00:00:00 2001 From: rogueking Date: Tue, 19 Aug 2025 00:57:06 -0700 Subject: [PATCH] darwin fixes --- flake.nix | 2 +- hosts/eva-02/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"];