Add options for enabling LG Hub

This commit is contained in:
Manuel Thalmann 2024-08-08 02:29:51 +02:00
parent 9d9d910554
commit 8655012f33
2 changed files with 7 additions and 0 deletions

View file

@ -43,6 +43,12 @@
description = "A value indicating whether an Elgato Wave device is present.";
default = false;
};
logitechG = mkOption {
type = types.bool;
description = "A value indicating whether a Logitech G device is present.";
default = false;
};
};
};
};

View file

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