feat: migrate home-manager to 26.05

This commit is contained in:
2026-04-07 13:54:50 +02:00
parent 07334db7ee
commit 0fa91d4f40
2 changed files with 2 additions and 2 deletions

View File

@@ -30,6 +30,6 @@ in
};
home = _: {
home.stateVersion = "24.11";
home.stateVersion = "26.05";
};
}