1
0
Fork 0

Add readme

This commit is contained in:
Marce Coll 2024-08-21 10:14:16 +02:00
parent bf3cdf318b
commit d932be82cf

23
README.md Normal file
View file

@ -0,0 +1,23 @@
# 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."${system}".default
```
```shell
$ sudo nixos-rebuild switch
$ zen
```