create initial jellyfin-rpc module

This commit is contained in:
♥ Minnie ♥ 2023-12-01 05:50:10 +08:00
parent 67aa524fa4
commit c61223b4da
2 changed files with 99 additions and 0 deletions

View file

@ -4,4 +4,5 @@
{
# List your module files here
# my-module = import ./my-module.nix;
jellyfin-rpc = import ./jellyfin-rpc.nix;
}