treewide: bump home.stateVersion

This commit is contained in:
2024-06-30 15:19:20 +02:00
parent 83afd674a7
commit 49eec1ed0d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }:
{
home.stateVersion = "22.05";
home.stateVersion = "24.05";
}
+1 -1
View File
@@ -1,6 +1,6 @@
{ config, ... }:
{
home.stateVersion = "22.05";
home.stateVersion = "24.05";
programs.git.extraConfig.maintenance.repo = let
home = config.home.homeDirectory;
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }:
{
home.stateVersion = "22.05";
home.stateVersion = "24.05";
}