Merge branch 'peertube'

This commit is contained in:
Natsu Kagami 2024-04-02 22:55:45 +02:00
commit 6f2dc57089
Signed by: nki
GPG key ID: 55A032EB38B49ADB
7 changed files with 116 additions and 12 deletions

View file

@ -11,6 +11,8 @@ let
# Typst updates really quickly.
typst = final.unstable.typst;
typst-lsp = final.unstable.typst-lsp;
peertube = final.unstable.peertube;
};
overlay-imported = final: prev: {
sway = prev.sway.override { sway-unwrapped = final.swayfx-unwrapped; };