summaryrefslogtreecommitdiff
path: root/home/common/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/common/home.nix')
-rw-r--r--home/common/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/common/home.nix b/home/common/home.nix
index d1d709e..4ee0d94 100644
--- a/home/common/home.nix
+++ b/home/common/home.nix
@@ -10,7 +10,7 @@ in {
home = {
inherit username;
- stateVersion = "23.11";
+ stateVersion = "24.11";
homeDirectory = "/home/${config.home.username}";
};
}