From 0f821729f1f275363f2f45c727f29125e6c5dee7 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 1 Apr 2026 13:28:27 +0200 Subject: [PATCH] home: set 'stateVersion' to '26.05' Home-Manager now warns (loudly) about relying on legacy defaults on older state versions. I'd rather update to the newer state version than explicitly silence those warnings by setting options I do not care for. The new defaults are better anyway. --- modules/home/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home/default.nix b/modules/home/default.nix index ad3b979..93c5fe9 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -49,8 +49,7 @@ ./zsh ]; - # First sane reproducible version - home.stateVersion = "20.09"; + home.stateVersion = "26.05"; # Start services automatically systemd.user.startServices = "sd-switch";