home-manager | set to pull from 25.11

This commit is contained in:
Don Harper 2026-01-06 23:27:20 -06:00
parent ce2854ed04
commit 489e494aac
3 changed files with 7 additions and 6 deletions

View file

@ -26,7 +26,7 @@
home = {
username = "don";
homeDirectory = "/home/don";
stateVersion = "23.05";
stateVersion = "25.11";
};
programs = {
home-manager = {enable = true;};