{"id":18356008,"url":"https://github.com/ony/nixony","last_synced_at":"2025-10-26T01:15:22.556Z","repository":{"id":143061399,"uuid":"432321043","full_name":"ony/nixony","owner":"ony","description":"Cherry-picked components from ony's Nix configs","archived":false,"fork":false,"pushed_at":"2024-11-30T08:46:39.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T01:57:44.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":false,"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/ony.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2021-11-26T23:07:04.000Z","updated_at":"2024-11-30T08:46:43.000Z","dependencies_parsed_at":"2025-02-15T17:37:28.892Z","dependency_job_id":"92d6e466-b4a1-42f1-ac7b-41aaaca52ceb","html_url":"https://github.com/ony/nixony","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ony/nixony","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ony%2Fnixony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ony%2Fnixony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ony%2Fnixony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ony%2Fnixony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ony","download_url":"https://codeload.github.com/ony/nixony/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ony%2Fnixony/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259884470,"owners_count":22926444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-05T22:08:39.301Z","updated_at":"2025-10-26T01:15:22.485Z","avatar_url":"https://github.com/ony.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Usage\n\nExample:\n```nix\n{\n  home-manager.url = \"github:nix-community/home-manager\";\n  nixony.url = \"github:ony/nixony\";\n  nix-script.url = \"github:BrianHicks/nix-script\";  # if you use nix-script-* packages\n\n  outputs = { home-manager, nix-script, nixony, ... }: {\n    homeConfigurations.smith = home-manager.lib.homeManagerConfiguration {\n      configuration = {\n        imports = [\n          nixony.homeManagerModules.neovim-tree-sitter\n          ./home.nix\n        ];\n\n        nixpkgs.overlays = [\n          nix-script.overlay\n          nixony.overlay  # brings packages like pidgin-chime and nix-script-ruby\n        ];\n\n        # ...\n      };\n\n      # ...\n    };\n  };\n}\n```\n\nNote that scripts like `nix-script-ruby` may require `nix-script` (from\n`BrianHicks/nix-script`) to be visible in your `$PATH` be it user or\nsystem-wide.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fony%2Fnixony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fony%2Fnixony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fony%2Fnixony/lists"}