mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-08-18 05:55:53 +00:00
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:
@@ -6,7 +6,7 @@
|
|||||||
home.username = "zephrynis";
|
home.username = "zephrynis";
|
||||||
home.homeDirectory = "/home/zephrynis";
|
home.homeDirectory = "/home/zephrynis";
|
||||||
# Matches the release era of system.stateVersion; never change afterwards.
|
# Matches the release era of system.stateVersion; never change afterwards.
|
||||||
home.stateVersion = "25.11";
|
home.stateVersion = "26.05";
|
||||||
|
|
||||||
programs.illogical-impulse = {
|
programs.illogical-impulse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
i18n.defaultLocale = "en_GB.UTF-8";
|
i18n.defaultLocale = "en_GB.UTF-8";
|
||||||
|
|
||||||
# Set to the NixOS release of the ISO used at install time; never change afterwards.
|
# Set to the NixOS release of the ISO used at install time; never change afterwards.
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "26.05";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user