mirror of
https://github.com/Cian-H/zen-browser-flake.git
synced 2025-12-22 21:41:57 +00:00
Add readme
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user