From caab744a54c4336e30681be1fbc7e598b30615cf Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Tue, 2 Dec 2025 09:41:31 +0100 Subject: [PATCH] chore: bump nix home manager state version :pushpin: --- nixos/home/danny/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }