diff --git a/hm/common.nix b/hm/common.nix index f30cd5f..7bc08e5 100644 --- a/hm/common.nix +++ b/hm/common.nix @@ -174,7 +174,7 @@ translate-shell.enable = true; # TODO Cool config? }; home = { - stateVersion = "25.05"; + stateVersion = "25.11"; 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 6a50057..e5a487c 100644 --- a/os/common.nix +++ b/os/common.nix @@ -102,6 +102,6 @@ # TODO Hibernation? # Use defaults from - system.stateVersion = "25.05"; + system.stateVersion = "25.11"; }