diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-01-05 17:31:47 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-01-05 17:35:27 +0530 |
commit | 8e3b4dc1cb7565168fe95ab088d0c391b2e20388 (patch) | |
tree | 3bd213e6282dca2f6c9cdfbd85aea2522112225c /home | |
parent | f6775df9f54ad812383e978ed3ee82abe151f544 (diff) |
kay: bump to unstable
the following modules are in a broken state
- mail
- matrix sliding sync
Diffstat (limited to 'home')
-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; [ |