diff --git a/DOC.md b/DOC.md index e7897337..bd0da9b2 100644 --- a/DOC.md +++ b/DOC.md @@ -92,4 +92,4 @@ If you wish to use an overlay from an external flake, simply add it to the `externOverlays` list in the `let` block of the `outputs` attribute in [flake.nix](flake.nix). Same for external modules, add them to `externModules`. -[home-manager]: https://github.com/rycee/home-manager +[home-manager]: https://github.com/nix-community/home-manager diff --git a/README.md b/README.md index 0387f861..5cfd37ae 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ licenses of the respective packages. [bare]: https://github.com/nrdxp/nixflk/tree/bare [direnv]: https://direnv.net -[home-manager]: https://github.com/rycee/home-manager +[home-manager]: https://github.com/nix-community/home-manager [nix-command]: https://nixos.wiki/wiki/Nix_command [nixFlakes]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/package-management/nix/default.nix#L211 [NixOS]: https://nixos.org diff --git a/configuration.nix b/configuration.nix index 60010479..6ffcacfe 100644 --- a/configuration.nix +++ b/configuration.nix @@ -19,7 +19,7 @@ in imports = (import ./modules/list.nix) ++ [ "${ builtins.fetchTarball - "https://github.com/rycee/home-manager/archive/master.tar.gz" + "https://github.com/nix-community/home-manager/archive/master.tar.gz" }/nixos" /etc/nixos/profiles/core ] ++ config;