Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

fufexan/zen-browser-flake

 
 

Repository files navigation

Warning

This repo has been archived. Use https://github.com/youwen5/zen-browser-flake instead, as it is better maintained and has a more correct packaging.

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:fufexan/zen-browser-flake";
  ...
}

Packages

Only one package (zen) is provided for either aarch64-linux or x86_64-linux.

In the configuration.nix in the environment.systemPackages add:

inputs.zen-browser.packages."${system}".default
$ 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

Nix Flake for the Zen Browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 69.5%
  • Shell 30.5%