Adalbert: Force jellyfin media player to X11
This commit is contained in:
parent
ebe669ca0b
commit
6c2e5217ce
1 changed files with 9 additions and 0 deletions
|
@ -29,4 +29,13 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.flatpak.overrides = {
|
||||||
|
"com.github.iwalton3.jellyfin-media-player".Context = {
|
||||||
|
sockets = [
|
||||||
|
"!wayland"
|
||||||
|
"x11"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue