sisyphus/nixos/modules-old/hardware/corsair/default.nix

10 lines
156 B
Nix
Raw Normal View History

2023-10-07 16:16:06 +02:00
{ config, pkgs, ... }:
{
services.hardware.openrgb = {
enable = true;
package = pkgs.openrgb-with-all-plugins;
motherboard = "intel";
};
}