Nix configurations for my homelab
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 231 B View raw
1{ ... }: 2{ 3 environment.persistence."/data/persistent".directories = [ { directory = "/var/lib/OpenRGB"; } ]; 4 5 services.hardware.openrgb = { 6 enable = true; 7 motherboard = "intel"; 8 startupProfile = "no-lights"; 9 }; 10}