use unstable home-manager

This commit is contained in:
mir 2024-03-02 13:34:05 -09:00
parent a8e7a4c5f8
commit bac8c9bda9

View File

@ -7,7 +7,7 @@
url = "github:tpwrules/nixos-apple-silicon";
};
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
url = "github:nix-community/home-manager"; #/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
};