1
0
Fork 0
Find a file
2024-08-21 22:56:00 +02:00
flake.lock feat(#2): Add a Desktop Entry 2024-08-21 22:46:45 +02:00
flake.nix feat: Add desktop icons 2024-08-21 22:56:00 +02:00
README.md Fix(#1): Readme error 2024-08-21 11:15:41 +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";
  ...
}

Then in the configuration.nix in the environment.systemPackages add

inputs.zen-browser.packages."${system}".default
$ sudo nixos-rebuild switch
$ zen