all repos — nixfiles @ de11d30c536c52381101a07230794bb724dd1c87

System and user configuration, managed by nix and home-manager

update searchix

Alan Pearce
commit

de11d30c536c52381101a07230794bb724dd1c87

parent

99154a1955ecca8f908dce788baaea1423173b54

1 file changed, 5 insertions(+), 1 deletion(-)

changed files
M system/linde.nixsystem/linde.nix
@@ -850,7 +850,11 @@ '';
}; importer.sources = { - darwin.enable = true; + darwin = { + enable = true; + type = "download-options"; + URL = "https://alanpearce.github.io/nix-darwin-options"; + }; home-manager.enable = true; }; };