feat: install apps using homebrew instead of nix

This commit is contained in:
Ryan Yin
2023-07-05 15:34:42 +08:00
parent e90d2eca1e
commit 4af3fa88dd
5 changed files with 81 additions and 26 deletions

View File

@@ -9,5 +9,6 @@
{
imports = [
../../modules/darwin/core.nix
../../modules/darwin/apps.nix
];
}