Enable jellyfin-media-player
on pike
This commit is contained in:
parent
5df791bd5a
commit
632cc893e5
2 changed files with 5 additions and 0 deletions
4
hmModules/jellyfin/default.nix
Normal file
4
hmModules/jellyfin/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = [ pkgs.jellyfin-media-player ];
|
||||||
|
}
|
|
@ -89,6 +89,7 @@
|
||||||
"zoom"
|
"zoom"
|
||||||
"pantalaimon"
|
"pantalaimon"
|
||||||
"gimp"
|
"gimp"
|
||||||
|
"jellyfin"
|
||||||
];
|
];
|
||||||
extraGroups = [ "plugdev" ];
|
extraGroups = [ "plugdev" ];
|
||||||
backupPaths = [ ];
|
backupPaths = [ ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue