hosts/main: enable i2c and openrgb for rgb control

This commit is contained in:
Wroclaw 2024-11-07 19:35:52 +01:00
parent 209c87b0ee
commit fc7790bc15

View file

@ -71,6 +71,10 @@
services.printing.startWhenNeeded = false; services.printing.startWhenNeeded = false;
# rgb control for razer, graphics card and motherboard
hardware.i2c.enable = true;
services.hardware.openrgb.enable = true;
system.stateVersion = "23.05"; system.stateVersion = "23.05";
}; };
} }