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