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
- Host: GitHub
- URL: https://github.com/lippiece/zen-browser.nix
- Owner: Lippiece
- Created: 2024-12-07T14:52:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-16T23:00:33.000Z (about 1 year ago)
- Last Synced: 2025-05-17T00:18:12.342Z (about 1 year ago)
- Topics: nix, nix-flake, zen-browser
- Language: Nix
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.