From d465e92647470759177cb63914fd3571cea7a8a4 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 1 Apr 2025 11:26:04 -0400 Subject: Using Zen, added nix update to be upstreamed --- home-config/nix-home-manager/flake.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'home-config/nix-home-manager/flake.nix') diff --git a/home-config/nix-home-manager/flake.nix b/home-config/nix-home-manager/flake.nix index ba3d01a..38b0708 100644 --- a/home-config/nix-home-manager/flake.nix +++ b/home-config/nix-home-manager/flake.nix @@ -3,9 +3,9 @@ inputs = { # Specify the source of Home Manager and Nixpkgs. - nixpkgs.url = "github:nixos/nixpkgs/d74a2335ac9c133d6bbec9fc98d91a77f1604c1f"; + nixpkgs.url = "github:nixos/nixpkgs/a84ebe20c6bc2ecbcfb000a50776219f48d134cc"; home-manager = { - url = "github:nix-community/home-manager/53c587d263f94aaf6a281745923c76bbec62bcf3"; + url = "github:nix-community/home-manager/693840c01b9bef9e54100239cef937e53d4661bf"; inputs.nixpkgs.follows = "nixpkgs"; }; hyprlock = { @@ -17,7 +17,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; hyprland = { - url = "github:hyprwm/hyprland/v0.47.2"; + url = "github:hyprwm/hyprland/v0.48.0"; inputs.nixpkgs.follows = "nixpkgs"; #inputs.hyprutils.url = "github:/hyprwm/hyprutils/6a8bc9d2a4451df12f5179dc0b1d2d46518a90ab"; }; @@ -42,9 +42,13 @@ inputs.hyprland.follows = "hyprland"; inputs.nixpkgs.follows = "hyprland/nixpkgs"; }; + zen-browser = { + url = "github:0xc000022070/zen-browser-flake/bef72020b20475847f24cd27134dca06724d4ba7"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; - outputs = { nixpkgs, home-manager, hyprland, nixgl, wpaperd, hyprpicker-git, hyprlock, mozff, clipboard-sync, hypr-dynamic-cursors, ... }@inputs: + outputs = { nixpkgs, home-manager, hyprland, nixgl, wpaperd, hyprpicker-git, hyprlock, mozff, clipboard-sync, hypr-dynamic-cursors, zen-browser, ... }@inputs: let system = "x86_64-linux"; pkgs = nixpkgs.legacyPackages.${system}; @@ -70,6 +74,7 @@ inherit mozff; inherit clipboard-sync; inherit hypr-dynamic-cursors; + inherit zen-browser; }; } ]; -- cgit v1.2.3