Jellyfin: Difference between revisions
m Add link to GitHub issue tracking qt6 release of jellyfin-media-player |
jellyfin-media-player was renamed to jellyfin-desktop and updated so it's no longer marked as insecure |
||
| (One intermediate revision by one other user not shown) | |||
| Line 24: | Line 24: | ||
If you would like to install the desktop application, use the following: | If you would like to install the desktop application, use the following: | ||
{{code|lang=nix|line=no|1={ | {{code|lang=nix|line=no|1={ | ||
environment.systemPackages = [ | environment.systemPackages = [ | ||
pkgs.jellyfin- | pkgs.jellyfin-desktop | ||
]; | ]; | ||
} | } | ||
| Line 354: | Line 352: | ||
}) | }) | ||
]; | ]; | ||
}} | }} | ||