From 712c9dc3bba44b054c084849facd1d7757ad1c1e Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 17:08:49 -0800 Subject: migration: jellyfin player --- snowfall/modules/home/apps/default.nix | 3 +++ snowfall/modules/home/suites/media/default.nix | 1 + 2 files changed, 4 insertions(+) (limited to 'snowfall/modules') diff --git a/snowfall/modules/home/apps/default.nix b/snowfall/modules/home/apps/default.nix index 0841a54..6a75f4f 100644 --- a/snowfall/modules/home/apps/default.nix +++ b/snowfall/modules/home/apps/default.nix @@ -21,5 +21,8 @@ with lib; with lib.${namespace}; { packages = [ anki-bin ]; persist = [ ".local/share/Anki2" ]; }) + (mkSimpleApp "jellyfin" { + packages = [ jellyfin-media-player ]; + }) ]; } diff --git a/snowfall/modules/home/suites/media/default.nix b/snowfall/modules/home/suites/media/default.nix index b47fe01..7522d42 100644 --- a/snowfall/modules/home/suites/media/default.nix +++ b/snowfall/modules/home/suites/media/default.nix @@ -12,6 +12,7 @@ in { apps = { cmus.enable = true; mpv.enable = true; + jellyfin.enable = true; }; tools = { -- cgit v1.2.3