about summary refs log tree commit diff stats
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index e10fc4f..38bbf9e 100644
--- a/default.nix
+++ b/default.nix
@@ -16,6 +16,8 @@ in
   };
 
   nixos-options = import (./. + "/importers/nixos-options.nix") { };
+  darwin-options = (import <darwin/release.nix> { }).options;
+  home-manager-options = (import <home-manager> { }).docs.json;
 
   searchix = pkgs.buildGoApplication {
     pname = "searchix";