diff options
Diffstat (limited to 'modules/flake/darwin.nix')
| -rw-r--r-- | modules/flake/darwin.nix | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/modules/flake/darwin.nix b/modules/flake/darwin.nix deleted file mode 100644 index cc59bf6..0000000 --- a/modules/flake/darwin.nix +++ /dev/null @@ -1,33 +0,0 @@ -{ - inputs, - config, - self, - ... -}: - -{ - flake.darwinConfigurations = { - lilith = inputs.nix-darwin.lib.darwinSystem { - system = "aarch64-darwin"; - specialArgs = { - inherit inputs; - host = "lilith"; - }; - modules = [ - inputs.home-manager.darwinModules.home-manager - { - home-manager.extraSpecialArgs = { inherit inputs; }; - home-manager.sharedModules = [ config.flake.homeModules.default ]; - } - (self + /hosts/lilith/configuration.nix) - { - nixpkgs.config.allowUnfree = true; - nix.settings.experimental-features = [ - "nix-command" - "flakes" - ]; - } - ]; - }; - }; -} |
