Temporary fix to jellyfinmediaplayer on Wayland
This commit is contained in:
parent
15356cd712
commit
91749c6822
1 changed files with 11 additions and 1 deletions
|
|
@ -1 +1,11 @@
|
|||
{ pkgs, ... }: { home.packages = [ pkgs.jellyfin-media-player ]; }
|
||||
{ pkgs, ... }: {
|
||||
home.packages = [
|
||||
(pkgs.jellyfin-media-player.overrideAttrs (old: {
|
||||
postInstall = ''
|
||||
${old.postInstall}
|
||||
wrapProgram $out/bin/jellyfinmediaplayer \
|
||||
--unset WAYLAND_DISPLAY
|
||||
'';
|
||||
}))
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue