summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-14 19:43:41 +0200
committerAlan Pearce2024-05-14 19:43:41 +0200
commitde11d30c536c52381101a07230794bb724dd1c87 (patch)
tree9b0ea7e01e001297f7f9116f39b7ab2a0e965b9e /system/linde.nix
parent99154a1955ecca8f908dce788baaea1423173b54 (diff)
downloadnixfiles-de11d30c536c52381101a07230794bb724dd1c87.tar.lz
nixfiles-de11d30c536c52381101a07230794bb724dd1c87.tar.zst
nixfiles-de11d30c536c52381101a07230794bb724dd1c87.zip
update searchix
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;
       };
     };