Set stateVersion to 26.05 (current NixOS release)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C5ydBQk68JYw8HXzUDLAyV
This commit is contained in:
2026-07-18 20:15:35 +01:00
parent d14196dcde
commit b65ad592f2
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
home.username = "zephrynis";
home.homeDirectory = "/home/zephrynis";
# Matches the release era of system.stateVersion; never change afterwards.
home.stateVersion = "25.11";
home.stateVersion = "26.05";
programs.illogical-impulse = {
enable = true;

View File

@@ -35,5 +35,5 @@
i18n.defaultLocale = "en_GB.UTF-8";
# Set to the NixOS release of the ISO used at install time; never change afterwards.
system.stateVersion = "25.11";
system.stateVersion = "26.05";
}