diff options
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; |