feat: get overlays working, but good this time

This commit is contained in:
Ahwx 2024-10-18 20:36:14 +02:00
parent 312754fe05
commit 4ac5f4d4d5
2 changed files with 5 additions and 2 deletions

3
overlays/default.nix Normal file
View file

@ -0,0 +1,3 @@
{
addition = final: _: import ../pkgs { pkgs = final; };
}