add openrgb

This commit is contained in:
Kopatz
2024-04-07 13:10:52 +02:00
parent 18855a38d7
commit 859f852afb
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs, ...}:
{
services.hardware.openrgb.enable = true;
}