diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-14 09:02:09 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-14 09:02:09 +0100 |
commit | ec4eca0671798fe0828ade36900428ce45479200 (patch) | |
tree | d3b95fd10febfbd6d4e2bca29670676912cbcdf7 /flake.nix | |
parent | 8ce6d5815e90c879b010b3e02009de01f9baf37b (diff) |
blaeghe
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,9 +8,11 @@ helix.url = "github:helix-editor/helix/master"; hyprland.url = "github:hyprwm/Hyprland"; utils.url = "github:gytis-ivaskevicius/flake-utils-plus"; + + zen-browser.url = "github:MarceColl/zen-browser-flake"; }; - outputs = { self, nixpkgs, utils, home-manager, helix, hyprland }@inputs: + outputs = { self, nixpkgs, utils, home-manager, helix, hyprland, ... }@inputs: utils.lib.mkFlake { inherit self inputs; |