Add openrgb

This commit is contained in:
Tibo De Peuter 2023-10-07 16:16:06 +02:00 committed by Tibo De Peuter
parent c547ab067f
commit 9c9092f0a0

View file

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