diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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"; |
