refactor everything holy fuck
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# OpenRGB
|
||||
services.hardware.openrgb = {
|
||||
enable = true;
|
||||
package = pkgs.openrgb-with-all-plugins;
|
||||
motherboard = "amd";
|
||||
server = {
|
||||
port = 6742;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user