chore(home): update stateVersion to "25.05"

- Bumped Home Manager state version from 24.11 to 25.05
This commit is contained in:
Giulio De Pasquale 2025-06-05 16:52:48 +01:00
parent 6fafab2e5c
commit 0e513e1c69

View File

@ -27,6 +27,6 @@ in
home = {
packages = stablePkgs ++ unstablePkgs;
stateVersion = "24.11";
stateVersion = "25.05";
};
}