add stremio

This commit is contained in:
xunuwu 2025-04-09 11:23:31 +02:00
parent 4fc69172a1
commit 8c98f8d386
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [stremio];
}

View file

@ -84,6 +84,7 @@
programs.media.mpv programs.media.mpv
programs.media.jellyfin programs.media.jellyfin
programs.media.stremio
# gaming # gaming
programs.games.default programs.games.default

View file

@ -103,6 +103,9 @@
"rider" "rider"
"idea-ultimate" "idea-ultimate"
"android-studio-stable" "android-studio-stable"
"stremio-shell"
"stremio-server"
]; ];
android_sdk.accept_license = true; android_sdk.accept_license = true;
}; };