From d932c75062720046eac98a13f65d698e82a730b1 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sat, 13 Apr 2024 18:42:59 +1200 Subject: [PATCH] feat(profile:hyprland): add jellyfin media player to hyprland profile --- home/profile/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/profile/hyprland/default.nix b/home/profile/hyprland/default.nix index fed8c93..19f4ef1 100644 --- a/home/profile/hyprland/default.nix +++ b/home/profile/hyprland/default.nix @@ -52,6 +52,7 @@ in video = { mpv.enable = true; youtube.enable = true; + jellyfin.enable = true; }; }; };