{"id":14967917,"url":"https://github.com/heitoraugustoln/betterfox-nix","last_synced_at":"2025-10-25T21:32:13.101Z","repository":{"id":253148546,"uuid":"831838073","full_name":"HeitorAugustoLN/betterfox-nix","owner":"HeitorAugustoLN","description":"Home-manager module to integrate Betterfox user.js in Firefox and Librewolf","archived":false,"fork":false,"pushed_at":"2025-01-10T15:51:37.000Z","size":65,"stargazers_count":20,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-07T21:56:00.428Z","etag":null,"topics":["betterfox","firefox","home-manager","librewolf","nix","nix-darwin","nix-flake","nixos"],"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/HeitorAugustoLN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"HeitorAugustoLN"}},"created_at":"2024-07-21T18:48:57.000Z","updated_at":"2025-02-06T13:04:14.000Z","dependencies_parsed_at":"2024-09-27T09:01:09.835Z","dependency_job_id":"c528bfe9-c6a4-42b5-b4af-cb0220262c73","html_url":"https://github.com/HeitorAugustoLN/betterfox-nix","commit_stats":{"total_commits":18,"total_committers":2,"mean_commits":9.0,"dds":"0.16666666666666663","last_synced_commit":"c97c583be7380e0464cd5e597782b26bb4cb6400"},"previous_names":["heitoraugustoln/betterfox-nix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeitorAugustoLN%2Fbetterfox-nix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeitorAugustoLN%2Fbetterfox-nix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeitorAugustoLN%2Fbetterfox-nix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeitorAugustoLN%2Fbetterfox-nix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeitorAugustoLN","download_url":"https://codeload.github.com/HeitorAugustoLN/betterfox-nix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238212446,"owners_count":19434955,"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":["betterfox","firefox","home-manager","librewolf","nix","nix-darwin","nix-flake","nixos"],"created_at":"2024-09-24T13:38:52.423Z","updated_at":"2025-10-25T21:32:13.091Z","avatar_url":"https://github.com/HeitorAugustoLN.png","language":"Nix","funding_links":["https://github.com/sponsors/HeitorAugustoLN"],"categories":[],"sub_categories":[],"readme":"# Betterfox-nix\n\nThis repository provides a Nix Home Manager module that integrates the [Betterfox user.js](https://github.com/yokoffing/Betterfox) configurations into Firefox, enhancing privacy and performance.\n\n## Table of contents\n\n- [Features](#features)\n- [Getting started](#getting-started)\n- [Acknowledgments](#acknowledgments)\n- [License](#license)\n\n## Features\n\n- **Automatic Integration:** Seamlessly apply Betterfox settings to your Firefox profiles using Nix.\n- **Version Control:** Choose the Betterfox version that suits your needs, including the latest main branch or specific releases.\n- **Cross-platform**: Works on any system supported by Nix and Home Manager.\n\n## Getting started\n\nTo begin using Betterfox-nix, add the module to your Nix configuration and enable it for your preferred browser.\n\n#### Example Configuration\n\nBelow is an example of how to integrate Betterfox with Firefox using this module:\n\n```nix\n{ inputs, ... }:\n{\n  imports = [ inputs.betterfox.modules.homeManager.betterfox ]; # or inputs.betterfox.homeModules.betterfox\n\n  # In firefox\n  programs.firefox = {\n    enable = true;\n\n    betterfox = {\n      enable = true;\n\n      profiles.example-profile = {\n        # Set this to enable all sections by default\n        enableAllSections = true;\n\n        settings = {\n          # To enable/disable specific sections\n          fastfox.enable = true;\n\n          # To enable/disable specific subsections\n          peskyfox = {\n            enable = true;\n            mozilla-ui.enable = false;\n          };\n\n          # To enable/disable specific options\n          securefox = {\n            enable = true;\n            tracking-protection.\"browser.download.start_downloads_in_tmp_dir\".value = false;\n          };\n        };\n      };\n\n      version = \"142.0\"; # Set version here, defaults to main branch\n    };\n\n    profiles.example-profile = {\n      name = \"Example\";\n    };\n  };\n}\n```\n\n## Acknowledgments\n\n- [@e-tho](https://github.com/e-tho) for the foundational work on betterfox-extractor and betterfox-generator.\n- [@dwarfmaster](https://github.com/dwarfmaster) for developing the arkenfox home-manager module that inspired this project.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheitoraugustoln%2Fbetterfox-nix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheitoraugustoln%2Fbetterfox-nix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheitoraugustoln%2Fbetterfox-nix/lists"}