1
0
Fork 0
Find a file
2024-08-27 09:50:35 +02:00
flake.lock update to 1.0.0-a.30, update lock, add runtimeLibs to fix audio, package name includes version (#14) 2024-08-27 09:50:35 +02:00
flake.nix update to 1.0.0-a.30, update lock, add runtimeLibs to fix audio, package name includes version (#14) 2024-08-27 09:50:35 +02:00
README.md feat: Add specific and generic versions of the package 2024-08-22 10:09:45 +02:00
zen.desktop feat(#2): Add a Desktop Entry 2024-08-21 22:46:45 +02:00

Zen Browser

This is a flake for the Zen browser.

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

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

Packages

This flake exposes two packages, corresponding to the specific and generic zen versions. The generic version maximizes compatibility with old CPUs and kernels by compiling it with some lower common denominator CFLAGS, the specific one targets newer CPUs and kernels but it may not work in your case.

The default package is the specific one for backwards compatibility with older versions of the flake.

Then in the configuration.nix in the environment.systemPackages add one of:

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

Depending on which version you want

$ sudo nixos-rebuild switch
$ zen