https://github.com/lippiece/zen-browser-twilight.nix
https://github.com/lippiece/zen-browser-twilight.nix
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lippiece/zen-browser-twilight.nix
- Owner: Lippiece
- Created: 2024-12-07T14:52:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T19:21:04.000Z (about 1 year ago)
- Last Synced: 2025-03-26T20:27:52.071Z (about 1 year ago)
- Language: Nix
- Homepage:
- Size: 5.86 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`.