summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-06-03 12:36:17 +0530
committersinanmohd <sinan@sinanmohd.com>2024-06-03 12:36:20 +0530
commitede767c80ef9a88139219f686aa763031575091b (patch)
treec9e7c92b3bee6d3a2693e9ab97b3e5f187e94f90 /home
parent7efc19358c3f46ac2189a383601a22ab835d83f0 (diff)
flake: bump lock
Diffstat (limited to 'home')
-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}";
};
}