This commit is contained in:
Filippo Berto 2024-11-21 14:46:23 +01:00
parent a044902116
commit 90b5493ff6
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 3 additions and 3 deletions

View file

@ -361,5 +361,5 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.11"; # Did you read the comment?
system.stateVersion = "24.11"; # Did you read the comment?
}

View file

@ -91,7 +91,7 @@
../../modules/hm/development/web.nix
# ../../modules/hm/alacritty.nix
../../modules/hm/autorandr.nix
# ../../modules/hm/autorandr.nix
../../modules/hm/biblio.nix
# ../../modules/hm/bitwarden.nix
# ../../modules/hm/blender.nix
@ -148,5 +148,5 @@
../../modules/hm/zellij.nix
];
home.stateVersion = "23.11";
home.stateVersion = "24.11";
}