home: set 'stateVersion' to '26.05'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

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.
This commit is contained in:
Bruno BELANYI 2026-04-01 13:28:27 +02:00
parent 25cdd5755b
commit 0f821729f1

View file

@ -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";