sisyphus/nixos/modules/hardware/corsair/default.nix
2023-11-19 15:37:51 +01:00

9 lines
156 B
Nix

{ config, pkgs, ... }:
{
services.hardware.openrgb = {
enable = true;
package = pkgs.openrgb-with-all-plugins;
motherboard = "intel";
};
}