readme: updated snippet about how to use with flake

This commit is contained in:
Luis Quiñones
2024-10-11 22:15:34 -06:00
parent 1fac4fb086
commit d36e3654f3

View File

@@ -6,7 +6,7 @@ Just add it to your NixOS `flake.nix` or home-manager:
```nix
inputs = {
zen-browser.url = "github:MarceColl/zen-browser-flake";
zen-browser.url = "github:0xc000022070/zen-browser-flake";
...
}
```