nixos/kryoflux: fix typo programs.kryoflux -> hardware.kryoflux
This commit is contained in:
parent
ab7ac10545
commit
dba9b2cb9c
@ -6,11 +6,11 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.programs.kryoflux;
|
cfg = config.hardware.kryoflux;
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.programs.kryoflux = {
|
options.hardware.kryoflux = {
|
||||||
enable = lib.mkOption {
|
enable = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user