Jellyfin Media Player: Enable MPRIS
This commit is contained in:
parent
ea8e5fd3e6
commit
9dd541f228
2 changed files with 8 additions and 10 deletions
|
@ -1,4 +1,7 @@
|
|||
{ inputs, ... }: {
|
||||
{ inputs
|
||||
, pkgs
|
||||
, ...
|
||||
}: {
|
||||
imports = [
|
||||
./global
|
||||
./features/desktop/awesome
|
||||
|
@ -30,6 +33,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.file = {
|
||||
".local/share/jellyfinmediaplayer/scripts/mpris.so".source = "${pkgs.mpvScripts.mpris}/share/mpv/scripts/mpris.so";
|
||||
};
|
||||
|
||||
services.flatpak.overrides = {
|
||||
"com.github.iwalton3.jellyfin-media-player".Context = {
|
||||
sockets = [
|
||||
|
|
|
@ -18,15 +18,6 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
# "com.github.iwalton3.jellyfin-media-player".Context = {
|
||||
# sockets = [
|
||||
# "!wayland"
|
||||
# "x11"
|
||||
# ];
|
||||
# devices = [
|
||||
# "dri" # GPU acceleration
|
||||
# ];
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue