update mac

This commit is contained in:
2025-06-30 17:42:34 +00:00
parent 7c43cc7a76
commit 2722bb8494
25 changed files with 526 additions and 2668 deletions

4
hosts/mac-nixos/apple-silicon-support/default.nix Executable file → Normal file
View File

@@ -1,5 +1,7 @@
{ ... }:
{
imports = [ ./modules/default.nix ];
imports = [
./modules/default.nix
];
}