diff options
Diffstat (limited to 'home/common/home.nix')
-rw-r--r-- | home/common/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/common/home.nix b/home/common/home.nix index b1014e8..41683a1 100644 --- a/home/common/home.nix +++ b/home/common/home.nix @@ -13,7 +13,7 @@ in { programs.home-manager.enable = true; home = { inherit username; - stateVersion = "24.11"; + stateVersion = "25.05"; homeDirectory = "/home/${config.home.username}"; packages = with pkgs; [ |