From 74e4b690b030cbfc90778ef6c9c02cc6518cf6c9 Mon Sep 17 00:00:00 2001 From: Joshua Yuen Date: Wed, 21 Jan 2026 20:27:05 -0500 Subject: [PATCH] Update system.stateVersion --- modules/core/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/system.nix b/modules/core/system.nix index 9320f61..e6b9155 100644 --- a/modules/core/system.nix +++ b/modules/core/system.nix @@ -32,5 +32,5 @@ in }; }; - system.stateVersion = "25.05"; + system.stateVersion = "26.05"; }