mirror of
https://github.com/Expand-sys/zen-browser-flake
synced 2025-12-16 15:02:15 +11:00
23 lines
378 B
Markdown
23 lines
378 B
Markdown
# Zen Browser
|
|
|
|
This is a flake for the Zen browser.
|
|
|
|
Just add it to your NixOS `flake.nix` or home-manager:
|
|
|
|
```nix
|
|
inputs = {
|
|
zen-browser.url = "github:MarceColl/zen-browser-flake";
|
|
...
|
|
}
|
|
```
|
|
|
|
Then in the `configuration.nix` in the `environment.systemPackages` add
|
|
|
|
```nix
|
|
inputs.zen-browser.packages."${system}".default
|
|
```
|
|
|
|
```shell
|
|
$ sudo nixos-rebuild switch
|
|
$ zen
|
|
```
|