make mac apps available in spotlight

This commit is contained in:
Noah Masur
2024-06-18 18:22:05 -06:00
parent 0a225d6599
commit af4161c4f4
3 changed files with 120 additions and 12 deletions

View File

@ -23,6 +23,7 @@ inputs.darwin.lib.darwinSystem {
}
)
inputs.home-manager.darwinModules.home-manager
inputs.mac-app-util.darwinModules.default
{
nixpkgs.overlays = [ inputs.firefox-darwin.overlay ] ++ overlays;
networking.hostName = "lookingglass";