This commit is contained in:
Tao Tien 2024-09-11 13:01:52 -07:00
parent e9dc2f3189
commit 53a6ba2638
2 changed files with 5 additions and 1 deletions

View file

@ -30,7 +30,10 @@
};
# prescurve.url = "github:taotien/prescurve";
# prescurve.inputs.nixpkgs.follows = "nixpkgs";
zen-browser.url = "github:MarceColl/zen-browser-flake";
zen-browser = {
url = "github:MarceColl/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
};
nixConfig = {