All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
feat(apps): enable jellyflix and add jellyfin-mpv-shim and jellytui fix(caddy): update dependencies for sops service on ryu and tsuba
13 lines
188 B
Nix
13 lines
188 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
home.packages = lib.optionals pkgs.stdenv.isLinux [
|
|
# pkgs.jellyflix
|
|
# pkgs.jellyfin-media-player
|
|
pkgs.jellyfin-mpv-shim
|
|
pkgs.jellytui
|
|
];
|
|
}
|