update stateVersion

This commit is contained in:
Frost-Phoenix 2024-06-25 11:58:38 +02:00
parent 90f024f7e8
commit 59a6e2962f
2 changed files with 2 additions and 2 deletions

View file

@ -29,5 +29,5 @@
time.timeZone = "Europe/Paris";
i18n.defaultLocale = "en_US.UTF-8";
nixpkgs.config.allowUnfree = true;
system.stateVersion = "23.05";
system.stateVersion = "24.05";
}

View file

@ -12,7 +12,7 @@
else [ ./../home ];
home.username = "${username}";
home.homeDirectory = "/home/${username}";
home.stateVersion = "22.11";
home.stateVersion = "24.05";
programs.home-manager.enable = true;
};
};