Add openrgb
This commit is contained in:
parent
706d18da5c
commit
0b3ce8351e
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