summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-07 03:29:12 +0530
committerbrustybee <bee@4d2.org>2026-03-07 03:29:12 +0530
commitb7ab4668c6dd7d6b153b9bf7ea3923ebe93f1ddd (patch)
tree3bf53c774892f46c51c3b32189cc6fcca9fb5272 /flake.nix
parent867ecf6308390acf8188880c34e0312e75619fae (diff)
Add firefox and zen browser
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 9a13fba..100ac9a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -21,6 +21,10 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
+ zen-browser = {
+ url = "github:youwen5/zen-browser-flake";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs =