nixos/kryoflux: fix typo programs.kryoflux -> hardware.kryoflux

Changed files
+2 -2
nixos
modules
hardware
+2 -2
nixos/modules/hardware/kryoflux.nix
···
}:
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;