fix: Fixed double nixpkgs. Added nix packages for Stremio and Oh My Zsh

This commit is contained in:
N1C4T
2026-01-10 14:14:59 +04:00
parent 895323d6ce
commit 2d70766a19
4 changed files with 7 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ echo
info "Installing $TOTAL packages"
echo
${packages.map(({ app, pkg }) => `install_pkg "${escapeShellString(app.name)}" "${pkg}"`).join('\n')}
${packages.filter(p => p.pkg.trim()).map(({ app, pkg }) => `install_pkg "${escapeShellString(app.name)}" "${pkg.trim()}"`).join('\n')}
print_summary
echo