feat(desktop): add zen-browser flake.

This commit is contained in:
CronyAkatsuki 2025-10-16 20:06:49 +02:00
parent 3293889e2d
commit d9a1aa38e7
5 changed files with 96 additions and 1 deletions

View file

@ -101,6 +101,12 @@
# Emacs, my enemy let me try to learn you again
emacs-overlay.url = "github:nix-community/emacs-overlay";
# zen browser
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {