Quick save

This commit is contained in:
2025-10-15 13:42:06 -04:00
parent 49afd15ab7
commit fe54552369
49 changed files with 729 additions and 9 deletions

9
src/code/Flake/1.nix Normal file
View File

@@ -0,0 +1,9 @@
{
description = "System configuration flake";
inputs = {
};
outputs = { ... }@inputs: {
};
}