16bfb48f0ea55cf796bee25de7bdbe43e7efaed9
Zen Browser
Originally from MarceColl/zen-browser-flake deleted and re-made repo for discoverability as "GitHub does not like to show forks in the search".
This is a flake for the Zen browser.
Just add it to your NixOS flake.nix or home-manager:
inputs = {
zen-browser.url = "github:0xc000022070/zen-browser-flake";
...
}
Integration
To integrate Zen Browser to your nixos configuration, add the following to your environment.systemPackages in configuration.nix:
inputs.zen-browser.packages."${system}".default
Afterwards you can just build your configuration and start the Zen Browser
$ 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.
Description
[Fork
https://github.com/0xc000022070/zen-browser-flake
] Community-driven Nix Flake for the Zen browser
Languages
Nix
100%