Cleaning up

This commit is contained in:
Paul-Mathias Logue 2025-12-14 00:23:16 +01:00
parent 45992b10ae
commit a4765b4fee
7 changed files with 84 additions and 54 deletions

3
overlays/default.nix Normal file
View file

@ -0,0 +1,3 @@
final: prev: {
openrgb = final.callPackage ./openrgb/package.nix { openrgb = prev.openrgb; };
}