this repo has no description
1
fork

Configure Feed

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

at main 16 lines 282 B view raw
1{ 2 delib, 3 pkgs, 4 ... 5}: 6delib.module { 7 name = "openrgb"; 8 9 options = delib.singleEnableOption true; 10 11 nixos.ifEnabled = { 12 environment.systemPackages = [pkgs.openrgb]; 13 services.hardware.openrgb.enable = true; 14 services.hardware.openrgb.motherboard = "amd"; 15 }; 16}