Enable jellyfin-media-player on pike

This commit is contained in:
Andrea Ciceri 2025-05-16 21:07:19 +02:00
parent 5df791bd5a
commit 632cc893e5
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.jellyfin-media-player ];
}