{"id":23639083,"url":"https://github.com/anders130/zenix","last_synced_at":"2026-03-04T23:32:03.280Z","repository":{"id":269859639,"uuid":"892723565","full_name":"anders130/zenix","owner":"anders130","description":"home-manager module for zen-browser with custom theme","archived":false,"fork":false,"pushed_at":"2025-07-29T21:35:04.000Z","size":62,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-09T02:32:21.615Z","etag":null,"topics":["css","home-manager-module","nix","zen-browser"],"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/anders130.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":"2024-11-22T16:47:24.000Z","updated_at":"2025-10-27T11:12:02.000Z","dependencies_parsed_at":"2025-02-19T00:40:40.254Z","dependency_job_id":"067ac0d7-08cd-4ace-a77e-cbb81b8d321d","html_url":"https://github.com/anders130/zenix","commit_stats":null,"previous_names":["anders130/zenix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anders130/zenix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anders130%2Fzenix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anders130%2Fzenix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anders130%2Fzenix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anders130%2Fzenix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anders130","download_url":"https://codeload.github.com/anders130/zenix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anders130%2Fzenix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30099387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T23:31:22.529Z","status":"ssl_error","status_checked_at":"2026-03-04T23:31:22.112Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css","home-manager-module","nix","zen-browser"],"created_at":"2024-12-28T08:12:15.792Z","updated_at":"2026-03-04T23:32:03.254Z","avatar_url":"https://github.com/anders130.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zenix\n\nA flake for [zen-browser](https://github.com/zen-browser/desktop). It wraps the [home-manager](https://github.com/nix-community/home-manager) module for firefox.\n\n## Usage\n\n`flake.nix`:\n\n```nix\n{\n    inputs.zenix.url = \"github:anders130/zenix\";\n}\n```\n\n`home.nix`:\n\n```nix\n{\n    imports = [inputs.zenix.hmModules.default];\n    programs.zenix = {\n        enable = true;\n        package = pkgs.zen-browser;\n        chrome = {\n            findbar = true;\n            hideTitlebarButtons = true;\n        };\n        profiles = rec {\n            default = {\n                isDefault = true;\n                extensions = with pkgs.nur.repos.rycee.firefox-addons; [\n                    ublock-origin\n                ];\n            };\n            work = default // {\n                isDefault = false;\n            };\n        };\n    };\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanders130%2Fzenix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanders130%2Fzenix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanders130%2Fzenix/lists"}