Add options for enabling LG Hub
This commit is contained in:
parent
31fb0406ca
commit
c43ca7681d
|
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
eyeX = true;
|
eyeX = true;
|
||||||
amdCPU = true;
|
amdCPU = true;
|
||||||
nvidiaGPU = true;
|
nvidiaGPU = true;
|
||||||
|
logitechG = true;
|
||||||
corsairDevice = true;
|
corsairDevice = true;
|
||||||
elgatoWave = true;
|
elgatoWave = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue