Add stremio-linux-shell from master branch

This commit is contained in:
2026-05-11 20:54:59 -07:00
parent 58dbbb36ec
commit d74a8a4a39
3 changed files with 111 additions and 0 deletions
+5
View File
@@ -116,6 +116,10 @@
(ufinal: uprev: {
claude-code = uprev.callPackage ./packages/claude-code { };
})
# Override stremio-linux-shell with custom GTK4/master branch version
(ofinal: oprev: {
stremio-linux-shell = ofinal.custom.stremio-linux-shell;
})
];
nixosModules = [
@@ -296,6 +300,7 @@
"custom-rclone-torbox-setup" = pkgs.custom.rclone-torbox-setup;
"custom-opencode" = pkgs.custom.opencode;
"custom-qmd" = pkgs.custom.qmd;
"custom-stremio-linux-shell" = pkgs.custom.stremio-linux-shell;
"qt-pinned-jellyfin-media-player" = pkgsQt.jellyfin-media-player;
# "qt-pinned-stremio" = pkgsQt.stremio; # Replaced by stremio-linux-shell (Rust/CEF-based)