Add openrgb
This commit is contained in:
parent
c547ab067f
commit
9c9092f0a0
1 changed files with 9 additions and 0 deletions
9
nixos/modules/hardware/corsair/default.nix
Normal file
9
nixos/modules/hardware/corsair/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.hardware.openrgb = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.openrgb-with-all-plugins;
|
||||||
|
motherboard = "intel";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue