From 3b13d9a2a367db84d48940460532c17a374bb488 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 5 Feb 2026 12:03:07 +0100 Subject: feat(modules): use dendritic pattern --- modules/flake/darwin.nix | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 modules/flake/darwin.nix (limited to 'modules/flake/darwin.nix') 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" - ]; - } - ]; - }; - }; -} -- cgit v1.3.1