diff --git a/hm/common.nix b/hm/common.nix index bda77e5..114f34e 100644 --- a/hm/common.nix +++ b/hm/common.nix @@ -140,7 +140,7 @@ fi ''; }; - stateVersion = "23.11"; + stateVersion = "24.05"; packages = with pkgs; [ # Terminal utils coreutils diff --git a/nod/common/default.nix b/nod/common/default.nix index 8583574..068e334 100644 --- a/nod/common/default.nix +++ b/nod/common/default.nix @@ -13,7 +13,7 @@ }; }; }; - system.stateVersion = "23.11"; + system.stateVersion = "24.05"; terminal.font = "${ pkgs.nerdfonts.override { fonts = [ "DejaVuSansMono" ]; diff --git a/os/common.nix b/os/common.nix index 98d2beb..cf68386 100644 --- a/os/common.nix +++ b/os/common.nix @@ -78,6 +78,6 @@ # TODO Hibernation? # Use defaults from - system.stateVersion = "23.11"; + system.stateVersion = "24.05"; }