Add options for enabling LG Hub

This commit is contained in:
Manuel Thalmann 2024-08-08 02:29:51 +02:00
parent 3ac5e0b712
commit 1fb69f9cf9
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."; description = "A value indicating whether an Elgato Wave device is present.";
default = false; 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; eyeX = true;
amdCPU = true; amdCPU = true;
nvidiaGPU = true; nvidiaGPU = true;
logitechG = true;
corsairDevice = true; corsairDevice = true;
elgatoWave = true; elgatoWave = true;
}; };