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

This commit is contained in:
matthewcroughan 2025-07-15 19:05:57 +01:00
parent ab7ac10545
commit dba9b2cb9c

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;