nixos/kryoflux: fix typo programs.kryoflux -> hardware.kryoflux (#425519)

This commit is contained in:
Matthew Croughan
2025-07-15 19:39:13 +01:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@
}:
let
cfg = config.programs.kryoflux;
cfg = config.hardware.kryoflux;
in
{
options.programs.kryoflux = {
options.hardware.kryoflux = {
enable = lib.mkOption {
type = lib.types.bool;
default = false;