diff --git a/flake.lock b/flake.lock index 7f080bf..b07f5e5 100644 --- a/flake.lock +++ b/flake.lock @@ -1696,6 +1696,22 @@ "type": "github" } }, + "nixpkgs_20": { + "locked": { + "lastModified": 1727348695, + "narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs_3": { "locked": { "lastModified": 1727686113, @@ -1890,7 +1906,8 @@ "sops-nix": "sops-nix", "stylix": "stylix", "xdg-portal-hyprland": "xdg-portal-hyprland", - "yazi": "yazi" + "yazi": "yazi", + "zen-browser": "zen-browser" } }, "rust-analyzer-src": { @@ -2412,6 +2429,24 @@ "repo": "yazi", "type": "github" } + }, + "zen-browser": { + "inputs": { + "nixpkgs": "nixpkgs_20" + }, + "locked": { + "lastModified": 1727721329, + "narHash": "sha256-QYlWZwUSwrM7BuO+dXclZIwoPvBIuJr6GpFKv9XKFPI=", + "owner": "MarceColl", + "repo": "zen-browser-flake", + "rev": "e6ab73f405e9a2896cce5956c549a9cc359e5fcc", + "type": "github" + }, + "original": { + "owner": "MarceColl", + "repo": "zen-browser-flake", + "type": "github" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index c1aedbd..71cd699 100755 --- a/flake.nix +++ b/flake.nix @@ -81,6 +81,9 @@ eww.url = "github:elkowar/eww"; anyrun.url = "github:Kirottu/anyrun"; # wezterm.url = "github:notohh/wezterm?dir=nix&ref=nix-add-overlay"; + + botoh.url = "git+https://git.flake.sh/notohh/botoh"; + zen-browser.url = "github:MarceColl/zen-browser-flake"; deploy-rs = { url = "github:serokell/deploy-rs"; inputs.nixpkgs.follows = "nixpkgs"; @@ -93,6 +96,5 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; - botoh.url = "git+https://git.flake.sh/notohh/botoh"; }; }