diff options
| author | Dylan <boss@tehbox.org> | 2026-08-08 17:36:29 +1200 |
|---|---|---|
| committer | Dylan <boss@tehbox.org> | 2026-08-08 17:36:29 +1200 |
| commit | 5af14f29f3ac99374d332f333a0a877415c09848 (patch) | |
| tree | 4813c8e1eadcf69ce1e3c7f750e50b9c20b0a300 /flake.nix | |
| parent | f96e43f992211290e3287facc505bea0bc1a3931 (diff) | |
| download | nixos-configuration-5af14f29f3ac99374d332f333a0a877415c09848.tar.gz nixos-configuration-5af14f29f3ac99374d332f333a0a877415c09848.zip | |
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"; |
