[NixOS] Use nix-community home manager

This commit is contained in:
Ivan Malison 2023-08-22 04:30:36 +00:00
parent 09b8b781dd
commit c1295ded53

View File

@ -7,7 +7,7 @@
}; };
home-manager = { home-manager = {
url = "github:IvanMalison/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };