feat: initial minimal setup

This commit is contained in:
Ryan Hamamura
2026-04-20 19:03:27 -10:00
commit 8f546ed840
7 changed files with 341 additions and 0 deletions

10
modules/parts.nix Normal file
View File

@@ -0,0 +1,10 @@
{
config = {
systems = [
"x86_64-linux"
"x86_64-darwin"
"aarch64-linux"
"aarch64-darwin"
];
};
}