diff --git a/home/zephrynis.nix b/home/zephrynis.nix index d99033a..63bcbd1 100644 --- a/home/zephrynis.nix +++ b/home/zephrynis.nix @@ -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; diff --git a/hosts/nixos-pc/default.nix b/hosts/nixos-pc/default.nix index 7aeee56..0c7319e 100644 --- a/hosts/nixos-pc/default.nix +++ b/hosts/nixos-pc/default.nix @@ -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"; }