diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 6 |
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; }; }; |