home-manager: track 24.11

This commit is contained in:
John Bowdre 2024-12-19 19:07:08 -06:00
parent dc797f4b6a
commit 6b7a5b445d

View file

@ -22,7 +22,7 @@
home = {
username = lib.mkDefault "john";
homeDirectory = lib.mkDefault "/home/${config.home.username}";
stateVersion = lib.mkDefault "23.05";
stateVersion = lib.mkDefault "24.11";
sessionVariables = {
EDITOR = "nvim";