aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-08 17:08:49 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:51 -0700
commit712c9dc3bba44b054c084849facd1d7757ad1c1e (patch)
tree8a31f05d8c5320e8a5f91668087cadbf71af8b6c
parentfcf6d29648d094c3496d2db54c8793be5283a6e0 (diff)
migration: jellyfin player
-rw-r--r--hosts/c-pc/home.nix1
-rw-r--r--snowfall/modules/home/apps/default.nix3
-rw-r--r--snowfall/modules/home/suites/media/default.nix1
3 files changed, 4 insertions, 1 deletions
diff --git a/hosts/c-pc/home.nix b/hosts/c-pc/home.nix
index ae5f999..5f74c32 100644
--- a/hosts/c-pc/home.nix
+++ b/hosts/c-pc/home.nix
@@ -50,7 +50,6 @@
irssi
- jellyfin-media-player
mkvtoolnix
obsidian
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 = {