Add stremio-linux-shell from master branch
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user