summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 330c8ba0..a39d7182 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -850,7 +850,11 @@ in
       };
 
       importer.sources = {
-        darwin.enable = true;
+        darwin = {
+          enable = true;
+          type = "download-options";
+          URL = "https://alanpearce.github.io/nix-darwin-options";
+        };
         home-manager.enable = true;
       };
     };