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
cfg = config.profile.jellyfin;
in
{
config = lib.mkIf cfg.enable {
home.packages = [
unstable.jellyfin-media-player
pkgs.jellyfin-media-player
];
};
}