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
+1 -1
View File
@@ -1,5 +1,5 @@
{ self, inputs, ... }: {
flake.nixosModules.omenHardware = { config, lib, pkgs, modulesPath, ... }: {
flake.modules.nixos.omenHardware = { config, lib, pkgs, modulesPath, ... }: {
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];