use flake provided packages

This commit is contained in:
Moritz Böhme 2023-02-17 12:39:03 +01:00
parent d63cee0e98
commit ec9cb2fb3e
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,6 @@
{ inputs }: final: prev: {
agenix = inputs.agenix.packages.${prev.system}.default;
hyprpaper = inputs.hyprpaper.packages.${prev.system}.default;
neovim-nightly = inputs.neovim.packages.${prev.system}.default;
logseq-wayland = prev.symlinkJoin {