Add missing config

This commit is contained in:
Manuel Thalmann 2024-08-08 01:51:21 +02:00
parent 5da514091d
commit 99ccd9b481
2 changed files with 7 additions and 0 deletions

View file

@ -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.";

View file

@ -33,6 +33,7 @@
eyeX = true;
amdCPU = true;
nvidiaGPU = true;
corsairDevice = true;
elgatoWave = true;
};
};