treewide: bump `home.stateVersion`

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-30 15:19:20 +02:00
parent 83afd674a7
commit 49eec1ed0d
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ ... }:
{
home.stateVersion = "22.05";
home.stateVersion = "24.05";
}

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;

View File

@ -1,4 +1,4 @@
{ ... }:
{
home.stateVersion = "22.05";
home.stateVersion = "24.05";
}