Update stateVersion

This commit is contained in:
Geoffrey Frogeye 2025-06-14 12:10:07 +02:00
parent a70cb66771
commit d844dd1b2b
2 changed files with 2 additions and 2 deletions

View file

@ -179,7 +179,7 @@
translate-shell.enable = true; # TODO Cool config?
};
home = {
stateVersion = "24.11";
stateVersion = "25.05";
packages = with pkgs; [
# Terminal utils
# coreutils-full # Disabled because conflicts with nix-on-droid

View file

@ -101,6 +101,6 @@
# TODO Hibernation?
# Use defaults from
system.stateVersion = "24.11";
system.stateVersion = "25.05";
}