treewide: replace mentions of 24.11 with 25.05

(cherry picked from commit 764a9b8dda)
This commit is contained in:
Gaetan Lepage 2025-05-24 10:30:51 +02:00 committed by Mergify
parent bf50def4f8
commit da74b41118
6 changed files with 9 additions and 9 deletions

View file

@ -10,7 +10,7 @@ self.inputs.home-manager.lib.homeManagerConfiguration {
home.username = "nixvim";
home.homeDirectory = "/invalid/dir";
home.stateVersion = "24.11";
home.stateVersion = "25.05";
programs.nixvim = {
enable = true;