diff options
| author | brustybee <bee@4d2.org> | 2026-03-07 03:29:12 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-07 03:29:12 +0530 |
| commit | b7ab4668c6dd7d6b153b9bf7ea3923ebe93f1ddd (patch) | |
| tree | 3bf53c774892f46c51c3b32189cc6fcca9fb5272 /flake.nix | |
| parent | 867ecf6308390acf8188880c34e0312e75619fae (diff) | |
Add firefox and zen browser
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 = |
