naming conventions

This commit is contained in:
John Lancaster
2026-06-30 23:31:11 -05:00
parent 68737a513f
commit 0e194e5d44
5 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ self, inputs, ... }: {
flake.modules.nixos.omenHardware = { config, lib, pkgs, modulesPath, ... }: {
flake.modules.nixos.omen-nixos-hardware = { config, lib, pkgs, modulesPath, ... }: {
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];