initial omen config

This commit is contained in:
John Lancaster
2026-06-11 08:28:49 -05:00
parent b7f5474893
commit 24eeb5967c
6 changed files with 208 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{ self, inputs, ... }: {
flake.nixosConfigurations.omen = inputs.nixpkgs.lib.nixosSystem {
modules = [
self.nixosModules.omen
];
};
}