opnrgb plugins

This commit is contained in:
Kopatz
2024-04-07 19:36:28 +02:00
parent 91bbabe455
commit 15af54e67d

View File

@@ -1,4 +1,5 @@
{ pkgs, ...}:
{
services.hardware.openrgb.enable = true;
services.hardware.openrgb.package = pkgs.openrgb-with-all-plugins;
}