Skip to content

Gurjaka/zen-browser-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 Zen Browser for NixOS 🌟

GitHub Repo stars GitHub last commit GitHub repo size

🌀 Zen Browser is a minimalist browser designed to maximize your productivity by reducing distractions. This repository aims to port Zen Browser to NixOS using flakes.

📥 Installation

NixOS or Home Manager

  1. Add the following to your flake.nix:

    inputs = {
      zen-browser.url = "github:Gurjaka/zen-browser-nix";
      ...
    }
  2. 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
    ];

🚀 Usage

Launch Zen Browser by running the following command:

zen

🔧 Configuration

Zen Browser is highly customizable. Explore the settings folder to make adjustments based on your preferences.

💬 Contributing

We ❤️ contributions! Feel free to fork the repository, create a branch, and submit a pull request!

How to Contribute

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes and commit them.
  4. Open a pull request with a clear description of the changes.

📜 License

This project is licensed under the MIT License. See the LICENSE file for more details.

Releases

No releases published

Packages

No packages published

Languages