aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/apps
diff options
context:
space:
mode:
Diffstat (limited to 'snowfall/modules/home/apps')
-rw-r--r--snowfall/modules/home/apps/default.nix3
1 files changed, 3 insertions, 0 deletions
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 ];
+ })
];
}