An open API service indexing awesome lists of open source software.

https://github.com/lippiece/zen-browser.nix

Zen Browser flake. See https://github.com/Lippiece/nixos/blob/main/update.sh
https://github.com/lippiece/zen-browser.nix

nix nix-flake zen-browser

Last synced: 12 months ago
JSON representation

Zen Browser flake. See https://github.com/Lippiece/nixos/blob/main/update.sh

Awesome Lists containing this project

README

          

# Zen Browser

This is a flake for the Zen browser.

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

```nix
inputs = {
zen-browser.url = "github:MarceColl/zen-browser-flake";
...
}
```

## Packages

This flake exposes a single "Optimized" (requiring newer CPUs) Twilight (nightly) version of Zen browser.

```nix
inputs.zen-browser.packages."${system}".default
```

```shell
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](https://nixos.wiki/wiki/1Password) for more information. To enable 1Password integration, you need to add the line `.zen-wrapped` to the file `/etc/1password/custom_allowed_browsers`.