From de11d30c536c52381101a07230794bb724dd1c87 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 14 May 2024 19:43:41 +0200 Subject: update searchix --- system/linde.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'system/linde.nix') 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; }; }; -- cgit 1.4.1