enable openrgb

This commit is contained in:
illustris
2025-05-11 00:43:30 +05:30
parent a513600276
commit c666f8865f

View File

@@ -79,4 +79,9 @@
nvidia-container-toolkit.enable = true;
graphics.enable = true;
};
services.hardware.openrgb = {
enable = true;
motherboard = "amd";
};
}