From 0c4476c4d7a971b3802dd460dd258ad755bb4567 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Mon, 18 May 2026 18:22:27 +0200 Subject: chore(jellyfin): replace jellyfin-deskop, as video playback currently broken, with jellyfin-mpv-shim --- modules/users/schererleander/hm-linux.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules/users') diff --git a/modules/users/schererleander/hm-linux.nix b/modules/users/schererleander/hm-linux.nix index 3730a6f..ab26450 100644 --- a/modules/users/schererleander/hm-linux.nix +++ b/modules/users/schererleander/hm-linux.nix @@ -2,10 +2,6 @@ flake.modules.homeManager.schererleander-linux = { inputs, pkgs, ... }: { - home.packages = with pkgs; [ - jellyfin-desktop - ]; - imports = with inputs.self.modules.homeManager; [ schererleander-base sway @@ -14,6 +10,7 @@ nextcloud-client vlc ghostty + jellyfin-mpv-shim ]; }; } -- cgit v1.3.1