Merge pull request #62 from lourkeur/home-manager_moved

update home-manager urls
This commit is contained in:
Timothy DeHerrera 2020-12-30 12:36:22 -07:00 committed by GitHub
commit 9f561b8cea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
DOC.md
View file

@ -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

View file

@ -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

View file

@ -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;