diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 17:08:49 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:51 -0700 |
| commit | 712c9dc3bba44b054c084849facd1d7757ad1c1e (patch) | |
| tree | 8a31f05d8c5320e8a5f91668087cadbf71af8b6c /snowfall/modules/home/suites | |
| parent | fcf6d29648d094c3496d2db54c8793be5283a6e0 (diff) | |
migration: jellyfin player
Diffstat (limited to 'snowfall/modules/home/suites')
| -rw-r--r-- | snowfall/modules/home/suites/media/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |