nix: move agenix back to overlays

This commit is contained in:
Primrose 2024-10-30 18:06:59 +01:00
parent 4979619e2e
commit 22e745d8db
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 4 additions and 7 deletions

View file

@ -23,6 +23,7 @@ let
allOverlays = [
(final: _: {
agenix = inputs.agenix.packages.${final.system}.default;
audio-lint = inputs.audio-lint.packages.${final.system}.default;
wallpapers = inputs.wallpapers.packages.${final.system};
})