feat: Added zen browser

Also disable seafile (very slow and can't upload any files from ios / ipados)
This commit is contained in:
uttarayan21
2025-06-24 19:47:10 +05:30
parent 80d53cc79e
commit c2de2f3416
5 changed files with 84 additions and 4 deletions

View File

@@ -175,6 +175,12 @@
url = "git+file:/home/servius/Projects/command-runner";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
# IMPORTANT: we're using "libgbm" and is only available in unstable so ensure
# to have it up-to-date or simply don't specify the nixpkgs input
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {