Adalbert: Force jellyfin media player to X11

This commit is contained in:
GHOSCHT 2025-01-10 16:31:00 +01:00
parent ebe669ca0b
commit 6c2e5217ce
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -29,4 +29,13 @@
]; ];
}; };
}; };
services.flatpak.overrides = {
"com.github.iwalton3.jellyfin-media-player".Context = {
sockets = [
"!wayland"
"x11"
];
};
};
} }