diff --git a/lib/modules/hardware.nix b/lib/modules/hardware.nix index b7a5e40a1..8dd7f4176 100644 --- a/lib/modules/hardware.nix +++ b/lib/modules/hardware.nix @@ -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."; diff --git a/profiles/DerGeret/config.nix b/profiles/DerGeret/config.nix index 6e2d69992..cef2db932 100644 --- a/profiles/DerGeret/config.nix +++ b/profiles/DerGeret/config.nix @@ -34,6 +34,7 @@ eyeX = true; amdCPU = true; nvidiaGPU = true; + corsairDevice = true; elgatoWave = true; }; };