{ pkgs, ... }: { home.packages = with pkgs; [ gamescope jellyfin-media-player ]; home.persistence."/state".directories = [ ".cache/jellyfin.org" ]; home.persistence."/persist".directories = [ ".config/jellyfin.org" ".local/share/jellyfinmediaplayer" ".local/share/Jellyfin Media Player" ]; }