1
0

create tb-shared.nixosModules.macos

This commit is contained in:
2025-08-11 08:17:44 -07:00
parent 81ce015274
commit c2b106af38
3 changed files with 156 additions and 0 deletions

View File

@@ -22,6 +22,13 @@
];
};
nixosModules.macos = { ... }: {
imports = [
./system/macos/system.nix
./system/macos/fonts.nix
];
};
# Home Manager Modules
homeManagerModules.default = { ... }: {
imports = [