Add jellyfin Media Player
This commit is contained in:
parent
45d5c2ded6
commit
2fb324dd97
3 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
1
modules/hm/jellyfin-player.nix
Normal file
1
modules/hm/jellyfin-player.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{ pkgs, ... }: { home.packages = [ pkgs.jellyfin-media-player ]; }
|
||||||
Loading…
Add table
Add a link
Reference in a new issue