mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: added jellyfin media player
This commit is contained in:
parent
5fbee2bba2
commit
785452a1e0
1 changed files with 11 additions and 0 deletions
11
home/modules/gui/apps/media/video/videoPlaying/jellyfin/default.nix
Executable file
11
home/modules/gui/apps/media/video/videoPlaying/jellyfin/default.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
jellyfin-media-player
|
||||
;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue