aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDylan <boss@tehbox.org>2026-08-08 17:36:29 +1200
committerDylan <boss@tehbox.org>2026-08-08 17:36:29 +1200
commit5af14f29f3ac99374d332f333a0a877415c09848 (patch)
tree4813c8e1eadcf69ce1e3c7f750e50b9c20b0a300 /flake.nix
parentf96e43f992211290e3287facc505bea0bc1a3931 (diff)
downloadnixos-configuration-5af14f29f3ac99374d332f333a0a877415c09848.tar.gz
nixos-configuration-5af14f29f3ac99374d332f333a0a877415c09848.zip
Updated to 26.05HEADmaster
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 5 insertions, 4 deletions
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";