Add jellyfin Media Player

This commit is contained in:
Filippo Berto 2024-03-11 20:15:54 +01:00
parent 45d5c2ded6
commit 2fb324dd97
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 3 additions and 0 deletions

View file

@ -112,6 +112,7 @@
../../modules/hm/gtk_theme.nix ../../modules/hm/gtk_theme.nix
../../modules/hm/heif.nix ../../modules/hm/heif.nix
../../modules/hm/helix.nix ../../modules/hm/helix.nix
../../modules/hm/jellyfin-player.nix
# ../../modules/hm/joystickwake.nix # ../../modules/hm/joystickwake.nix
# ../../modules/hm/kakoune.nix # ../../modules/hm/kakoune.nix
../../modules/hm/kdeconnect.nix ../../modules/hm/kdeconnect.nix

View file

@ -100,6 +100,7 @@
../../modules/hm/gtk_theme.nix ../../modules/hm/gtk_theme.nix
../../modules/hm/heif.nix ../../modules/hm/heif.nix
../../modules/hm/helix.nix ../../modules/hm/helix.nix
../../modules/hm/jellyfin-player.nix
../../modules/hm/joystickwake.nix ../../modules/hm/joystickwake.nix
# ../../modules/hm/kakoune.nix # ../../modules/hm/kakoune.nix
../../modules/hm/kdeconnect.nix ../../modules/hm/kdeconnect.nix

View file

@ -0,0 +1 @@
{ pkgs, ... }: { home.packages = [ pkgs.jellyfin-media-player ]; }