--wip-- [skip ci]
This commit is contained in:
parent
eea02abfcb
commit
762085707c
136 changed files with 261 additions and 261 deletions
12
hm/modules/jellyfin-player.nix
Normal file
12
hm/modules/jellyfin-player.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ 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