misc: fix forgotten renames 23.05 -> 24.05

This commit is contained in:
Gaetan Lepage 2024-06-06 14:43:54 +02:00
parent b0b03c79db
commit 2c25e77d82
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ home-manager.lib.homeManagerConfiguration {
home.username = "nixvim";
home.homeDirectory = "/invalid/dir";
home.stateVersion = "23.05";
home.stateVersion = "24.05";
programs.nixvim = {
enable = true;