aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Berbiche <nic.berbiche@gmail.com>2020-08-27 12:38:15 -0400
committerRobert Helgesson <robert@rycee.net>2020-09-04 14:34:37 +0200
commit1f34c048b3b5e6aad099b0a4931752939bbe30e6 (patch)
tree92e223e64330781e86a212165616861febc37d51
parentbfc66df13dc941361f5af92eaf88f2ea5db39722 (diff)
flake: add nix-darwin module
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 697f66ac8e6..2d53d603a61 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