diff --git a/nixos/home/danny/home.nix b/nixos/home/danny/home.nix index 1f84e64..1c2baef 100644 --- a/nixos/home/danny/home.nix +++ b/nixos/home/danny/home.nix @@ -212,6 +212,6 @@ ]; # First HM version for this user config; bump only if you understand the migration notes. - home.stateVersion = "24.11"; + home.stateVersion = "25.11"; }