jellyfin-client: moved to stable

This commit is contained in:
Tigor Hutasuhut 2024-07-10 09:35:05 +07:00
parent cea1278f2b
commit 83c40e5cc9

View file

@ -1,11 +1,11 @@
{ config, lib, unstable, ... }: { config, lib, pkgs, ... }:
let let
cfg = config.profile.jellyfin; cfg = config.profile.jellyfin;
in in
{ {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
home.packages = [ home.packages = [
unstable.jellyfin-media-player pkgs.jellyfin-media-player
]; ];
}; };
} }