{"id":48709979,"url":"https://github.com/Rishabh5321/custom-packages-flake","last_synced_at":"2026-04-27T10:00:47.806Z","repository":{"id":332900576,"uuid":"1135435012","full_name":"Rishabh5321/custom-packages-flake","owner":"Rishabh5321","description":"Just some custom packages I use.","archived":false,"fork":false,"pushed_at":"2026-04-24T19:04:54.000Z","size":475,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-24T21:13:56.596Z","etag":null,"topics":["ab-download-manager","antigravity","anymex","better-control","fladder","flake","grayjay","hydralauncher","mangayomi","nix","opera","playtorrio","playtorrio-v2","seanime","shonenx","sorayomi","stremio","surge","thorium"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rishabh5321.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-16T05:02:12.000Z","updated_at":"2026-04-24T19:04:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Rishabh5321/custom-packages-flake","commit_stats":null,"previous_names":["rishabh5321/custom-packages-flake"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Rishabh5321/custom-packages-flake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rishabh5321%2Fcustom-packages-flake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rishabh5321%2Fcustom-packages-flake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rishabh5321%2Fcustom-packages-flake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rishabh5321%2Fcustom-packages-flake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rishabh5321","download_url":"https://codeload.github.com/Rishabh5321/custom-packages-flake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rishabh5321%2Fcustom-packages-flake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32331305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ab-download-manager","antigravity","anymex","better-control","fladder","flake","grayjay","hydralauncher","mangayomi","nix","opera","playtorrio","playtorrio-v2","seanime","shonenx","sorayomi","stremio","surge","thorium"],"created_at":"2026-04-11T14:00:40.776Z","updated_at":"2026-04-27T10:00:47.781Z","avatar_url":"https://github.com/Rishabh5321.png","language":"Nix","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# Custom Packages Flake\n\nA Nix flake containing custom packages for NixOS and Linux.\n\n## Packages\n\n| Package | Description |\n|---------|-------------|\n| `ab-download-manager` | A Download Manager that speeds up your downloads |\n| `antigravity` | Google Antigravity — an internal Chrome/Electron-based development and onboarding tool |\n| `anymex` | Anime Streaming App |\n| `better-control` | Simple control panel for Linux based on GTK |\n| `fladder` | A Simple Jellyfin Frontend built on top of Flutter |\n| `grayjay` | Desktop client for Grayjay to stream and download video content |\n| `hydralauncher` | Open source game launcher |\n| `mangayomi` | Free and open source application for reading manga and watching anime |\n| `playtorrio` | Stream torrents directly |\n| `seanime` | Open-source media server for anime and manga |\n| `shonenx` | Anime Streaming Desktop App |\n| `sorayomi` | A free and open source manga reader for the desktop |\n| `stremio` | Open-source media player |\n| `surge` | Open-source media server for anime and manga (TUI) |\n| `thorium-avx` | Thorium Browser (AVX optimized) |\n| `thorium-avx2` | Thorium Browser (AVX2 optimized) |\n| `thorium-sse3` | Thorium Browser (SSE3 optimized) |\n| `thorium-sse4` | Thorium Browser (SSE4 optimized) |\n\n## Usage\n\n### Run directly\nYou can run any package directly without installing:\n\n```bash\nnix run github:Rishabh5321/custom-packages-flake#thorium\nnix run github:Rishabh5321/custom-packages-flake#seanime\n```\n\n### Install in Profile\nTo install a package into your user profile:\n\n```bash\nnix profile install github:Rishabh5321/custom-packages-flake#fladder\n```\n\n### NixOS Configuration\nAdd this flake to your `flake.nix` inputs:\n\n```nix\n{\n  inputs = {\n    nixpkgs.url = \"github:nixos/nixpkgs/nixos-unstable\";\n    custom-packages.url = \"github:Rishabh5321/custom-packages-flake\";\n  };\n\n  outputs = { self, nixpkgs, custom-packages, ... }: {\n    nixosConfigurations.my-machine = nixpkgs.lib.nixosSystem {\n      modules = [\n        ({ inputs, pkgs, ... }: {\n          environment.systemPackages = [\n            inputs.custom-packages.packages.${pkgs.stdenv.hostPlatform.system}.fladder\n            inputs.custom-packages.packages.${pkgs.stdenv.hostPlatform.system}.better-control\n          ];\n        })\n      ];\n    };\n  };\n}\n```\n\n## Automated Updates\n\nThis repository features a fully automated update system. A GitHub Actions workflow runs daily to check for upstream updates.\n\n- **Workflow**: `.github/workflows/update-packages.yml`\n- **Mechanism**: The workflow executes custom `update.sh` scripts located in each package directory (e.g., `packages/thorium/update.sh`).\n- **Pull Requests**: When an update is detected, a Pull Request is automatically created and merged.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRishabh5321%2Fcustom-packages-flake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRishabh5321%2Fcustom-packages-flake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRishabh5321%2Fcustom-packages-flake/lists"}