diff --git a/common/home.nix b/common/home.nix index 0a1ba3b..17d0450 100644 --- a/common/home.nix +++ b/common/home.nix @@ -4,7 +4,7 @@ }: { - home.stateVersion = "25.11"; + home.stateVersion = "26.05"; home.packages = with pkgs; [ # Base diff --git a/darwin.nix b/darwin.nix index 18fd152..60058bb 100644 --- a/darwin.nix +++ b/darwin.nix @@ -18,7 +18,7 @@ # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog - system.stateVersion = 5; + system.stateVersion = 7; nixpkgs.hostPlatform = host.platform; nixpkgs.config.allowUnfree = true;