diff --git a/flake.nix b/flake.nix index 96cf111..ddcc4d3 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; nixos-conf-editor.url = "github:snowfallorg/nixos-conf-editor"; home-manager = { - url = "github:nix-community/home-manager"; + url = "github:nix-community/home-manager/release-24.11"; inputs.nixpkgs.follows = "nixpkgs"; }; };