Add import-to-jellyfin script
All checks were successful
/ check (push) Successful in 3m25s

This commit is contained in:
Oliver Davies 2025-07-13 23:17:44 +01:00
parent a9e3ec7ada
commit 777e9a6a4c
3 changed files with 29 additions and 0 deletions

View file

@ -16,6 +16,7 @@ in
get-tags = callPackage ./get-tags.nix { };
git-exclude = callPackage ./git-exclude.nix { };
git-graph = callPackage ./git-graph.nix { };
import-to-jellyfin = callPackage ./import-to-jellyfin.nix { };
mounter = callPackage ./mounter.nix { };
move-firefox-screenshots = callPackage ./move-firefox-screenshots.nix { };
notes = callPackage ./notes { };