Primarily reaper

This commit is contained in:
2025-04-25 23:52:18 +03:00
parent 3bf91063d3
commit 5b30dc0124
10 changed files with 86 additions and 42 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# This file defines overlays
{inputs, ...}: {
# This one brings our custom packages from the 'pkgs' directory
additions = final: _prev: import ./pkgs {pkgs = final;};
additions = final: _prev: import ../pkgs {pkgs = final;};
# This one contains whatever you want to overlay
# You can change versions, add patches, set compilation flags, anything really.