This commit is contained in:
Sakooooo 2024-08-27 17:40:40 +04:00
parent a95d871b74
commit 558f176af6
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -16,6 +16,7 @@ in {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
users.users.sako.packages = with pkgs; [ users.users.sako.packages = with pkgs; [
jellyfin-media-player jellyfin-media-player
jellyfin-mpv-shim
]; ];
}; };
} }