update flake

This commit is contained in:
2026-04-24 09:14:21 -05:00
parent e192ae93a6
commit b12be8335a
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{ ... }: {
flake.nixosModules.z2w = { ... }: {
imports = [
];
config = {
};
};
}