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

@ -37,6 +37,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# Better App install management in macOS
mac-app-util = {
url = "github:hraban/mac-app-util";
};
# Manage disk format and partitioning
disko = {
url = "github:nix-community/disko";