fixed home-manager to 24.11 version

This commit is contained in:
Elias Gasparis 2025-02-09 20:30:36 +08:00
parent 1e3dff9436
commit 89eaa5b2b6
3 changed files with 4 additions and 3024 deletions

View file

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