1
0
Fork 0
Find a file
Marce Coll c0383eedf5 feat(#2): Add a Desktop Entry
This allows it to show in application start menus. It doesn't have
icons yet but will handle in a future commit.
2024-08-21 22:46:45 +02:00
flake.lock feat(#2): Add a Desktop Entry 2024-08-21 22:46:45 +02:00
flake.nix feat(#2): Add a Desktop Entry 2024-08-21 22:46:45 +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