Skip to content

NikSneMC/zen-browser-flake

Repository files navigation

Zen Browser

This is a flake for the Zen browser.

Just add it to your NixOS flake.nix or home-manager:

inputs = {
  zen-browser = {
      url = "github:NikSneMC/zen-browser-flake";
      inputs.nixpkgs.follows = "nixpkgs";
  };
  ...
}

Packages

This flake exposes three channels, alpha, beta and twilight, and every version of the Zen browser.

Then in the configuration.nix in the environment.systemPackages add one of:

inputs.zen-browser.packages.${system}.alpha
inputs.zen-browser.packages.${system}.beta
inputs.zen-browser.packages.${system}.twilight

Or specify version like this:

inputs.zen-browser.packages.${system}."1.0.2-b.3-generic"

Depending on which version you want

$ sudo nixos-rebuild switch
$ zen

1Password

Zen has to be manually added to the list of browsers that 1Password will communicate with. See this wiki article for more information. To enable 1Password integration, you need to add the line .zen-wrapped to the file /etc/1password/custom_allowed_browsers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks