diff --git a/hm/common.nix b/hm/common.nix index f106902..34204d7 100644 --- a/hm/common.nix +++ b/hm/common.nix @@ -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 diff --git a/os/common.nix b/os/common.nix index e83692f..1596cb3 100644 --- a/os/common.nix +++ b/os/common.nix @@ -101,6 +101,6 @@ # TODO Hibernation? # Use defaults from - system.stateVersion = "24.11"; + system.stateVersion = "25.05"; }