-
Add the following to your
flake.nix
:inputs = { zen-browser.url = "github:Gurjaka/zen-browser-nix"; ... }
-
Then, add Zen Browser to your packages:
For system wide installation in configuration.nix
environment.systemPackages = with pkgs; [ inputs.zen-browser.packages."${system}".default ];
For user level installation in home.nix
home.packages = with pkgs; [ inputs.zen-browser.packages."${system}".default ];
Launch Zen Browser by running the following command:
zen
Zen Browser is highly customizable. Explore the settings folder to make adjustments based on your preferences.
We ❤️ contributions! Feel free to fork the repository, create a branch, and submit a pull request!
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Open a pull request with a clear description of the changes.
This project is licensed under the MIT License. See the LICENSE file for more details.