Skip to content

Sheemap/zen-browser-flake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zen Browser

This is a flake for the Zen browser. Now with auto updating! We check for a new version hourly, so should always have the latest availabe.

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

inputs = {
  zen-browser.url = "github:Sheemap/zen-browser-flake";
  ...
}

Reference the package later

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

Build and run!

zen

Packages

This flake exposes a package for x86_64 and aarch64. The package is simply a wrapper around the AppImage that's published by zen themselves

To build it yourself

nix build .#default

# Or
nix build .#

Run without installing

Run this command to build the flake and run instantly.

nix run github:Sheemap/zen-browser-flake

Contributing

This flake is primarily just for my own use, and no guarantees I will maintain it long term, but Ive been using Zen pretty consistently for a while, and will likely keeping this flake relatively up to date.

If you find this out of date, or youd just like to raise some other question, feel free to open a PR or an issue!

About

Nix Flake for the Zen Browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 100.0%