home-manager-stable 24.11

This commit is contained in:
William 2024-12-13 10:23:32 -03:00
parent a0c061377a
commit addf0109ff
2 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager-stable = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs-stable";
};