From 1f34c048b3b5e6aad099b0a4931752939bbe30e6 Mon Sep 17 00:00:00 2001 From: Nicolas Berbiche Date: Thu, 27 Aug 2020 12:38:15 -0400 Subject: [PATCH] flake: add nix-darwin module --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) 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