darwin fixes

This commit is contained in:
2025-08-19 00:57:06 -07:00
parent 9e40d17e6d
commit 789901c5a9
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@
system = "aarch64-darwin";
modules = [
./hosts/eva-02/configuration.nix
home-manager.darwinModules.home-manager
inputs.home-manager.darwinModules.home-manager
];
};
};

View File

@@ -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"];