diff --git a/flake.nix b/flake.nix index 697f66ac8..2d53d603a 100644 --- a/flake.nix +++ b/flake.nix @@ -4,6 +4,8 @@ outputs = { self, nixpkgs }: rec { nixosModules.home-manager = import ./nixos; + darwinModules.home-manager = import ./nix-darwin; + lib = { homeManagerConfiguration = { configuration, system, homeDirectory , username