Use stable home manager

This commit is contained in:
Fern Garden 2025-07-20 11:47:34 +08:00
parent 667c8259c0
commit ab38aafda3
2 changed files with 5 additions and 4 deletions

View file

@ -14,7 +14,7 @@
# Home manager.
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};