init templates

This commit is contained in:
jackjohn7 2026-04-12 02:46:16 -05:00
parent c41685983f
commit 93bff3aade
7 changed files with 345 additions and 0 deletions

View file

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