Update to a newer home-manager channel

Mirrors the update I did to the overall system
This commit is contained in:
Eli Ribble 2025-03-06 14:59:48 -07:00
parent 12485dc698
commit d5bd463b49
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
home-manager.users.eliribble = {
home.homeDirectory = "/home/eliribble";
# The home.stateVersion option does not have a default and must be set
home.stateVersion = "24.05";
home.stateVersion = "24.11";
home.username = "eliribble";
home.file.".config/nvim/after/ftplugin/html.vim".source = ./home/eliribble/config/nvim/after/ftplugin/html.vim;
home.file.".config/nvim/after/ftplugin/go.vim".source = ./home/eliribble/config/nvim/after/ftplugin/go.vim;