Common: update state version to 24.05

This commit is contained in:
Toast 2024-06-03 00:51:03 +02:00
parent fd871aed7a
commit 2f3eafb1de

View file

@ -104,7 +104,7 @@
sharedModules = [flakeSelf.inputs.catppuccin.homeManagerModules.catppuccin];
users.toast = {osConfig, ...}: {
catppuccin.flavour = osConfig.catppuccin.flavour;
home.stateVersion = "23.11";
home.stateVersion = "24.05";
xdg = {
enable = true;
userDirs = {
@ -134,7 +134,7 @@
*/
system = {
stateVersion = "23.11";
stateVersion = "24.05";
# Nix on nixos 23.05 does not have dirtyRev
configurationRevision = flakeSelf.sourceInfo.rev or flakeSelf.sourceInfo.dirtyRev or "dirty";
nixos.variant_id = lib.strings.toLower config.networking.hostName;