Add missing config
This commit is contained in:
parent
dfcd4a910b
commit
228282c40d
|
@ -32,6 +32,12 @@
|
||||||
default = false;
|
default = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
corsairDevice = mkOption {
|
||||||
|
type = types.bool;
|
||||||
|
description = "A value indicating whether a Corsair device is present.";
|
||||||
|
default = false;
|
||||||
|
};
|
||||||
|
|
||||||
elgatoWave = mkOption {
|
elgatoWave = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
description = "A value indicating whether an Elgato Wave device is present.";
|
description = "A value indicating whether an Elgato Wave device is present.";
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
eyeX = true;
|
eyeX = true;
|
||||||
amdCPU = true;
|
amdCPU = true;
|
||||||
nvidiaGPU = true;
|
nvidiaGPU = true;
|
||||||
|
corsairDevice = true;
|
||||||
elgatoWave = true;
|
elgatoWave = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue