From 5af14f29f3ac99374d332f333a0a877415c09848 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 8 Aug 2026 17:36:29 +1200 Subject: Updated to 26.05 --- flake.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 2dde055..657d8bc 100644 --- a/flake.nix +++ b/flake.nix @@ -2,13 +2,13 @@ description = "My nixos configuration"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05"; home-manager = { - url = "github:nix-community/home-manager/release-25.11"; + url = "github:nix-community/home-manager/release-26.05"; inputs.nixpkgs.follows = "nixpkgs"; }; stylix = { - url = "github:danth/stylix/release-25.11"; + url = "github:danth/stylix/release-26.05"; inputs.nixpkgs.follows = "nixpkgs"; }; spicetify-nix = { @@ -42,8 +42,9 @@ inputs.nixpkgs.follows = "nixpkgs"; }; zen-browser = { - url = "github:MarceColl/zen-browser-flake"; + url = "github:0xc000022070/zen-browser-flake"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.home-manager.follows = "home-manager"; }; nixcord = { url = "github:kaylorben/nixcord"; -- cgit v1.3.1