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
commit d77f686cb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;