nixos/kryoflux: fix typo programs.kryoflux -> hardware.kryoflux
This commit is contained in:
parent
ab7ac10545
commit
dba9b2cb9c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user