formatting

This commit is contained in:
John Lancaster
2026-06-14 07:52:17 -05:00
parent e9ec34f15c
commit b8153f0ebc
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{ self, inputs, ... }: {
flake.nixosConfigurations.omen = inputs.nixpkgs.lib.nixosSystem {
modules = [
self.nixosModules.omen
self.nixosModules.john
self.modules.nixos.omen
self.modules.nixos.john
];
};
}