this repo has no description
2
fork

Configure Feed

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

add unstable overlay to litePackages

+1
+1
flake.nix
··· 116 116 inherit system; 117 117 overlays = [ 118 118 agenix.overlays.default 119 + unstableOverlay # Remove once updated to 23.05 (used for microbin on helix) 119 120 tidalcycles.overlays.default # needed for nvim which comes pre-installed lol 120 121 ]; 121 122 });