From 028233a64419e54a611c6c448dddc9b68a572018 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Sun, 17 May 2026 10:48:40 +0200 Subject: chore(users): replace jellyfin-mpv-shim with jellyfin-desktop --- modules/users/schererleander/hm-linux.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/users/schererleander/hm-linux.nix b/modules/users/schererleander/hm-linux.nix index 88b38de..0517755 100644 --- a/modules/users/schererleander/hm-linux.nix +++ b/modules/users/schererleander/hm-linux.nix @@ -1,13 +1,16 @@ { flake.modules.homeManager.schererleander-linux = - { inputs, ... }: + { inputs, pkgs, ... }: { + home.packages = with pkgs; [ + jellyfin-desktop + ]; + imports = with inputs.self.modules.homeManager; [ schererleander-base sway firefox anki - jellyfin-mpv-shim nextcloud-client vlc ]; -- cgit v1.3.1