initial commit

This commit is contained in:
2026-04-12 16:10:14 -04:00
commit 6ab0e5de69
8 changed files with 426 additions and 0 deletions

6
machine/default.nix Normal file
View File

@@ -0,0 +1,6 @@
{ ... }: {
import = [
./apps.nix
./configuration.nix
];
}