Merge pull request #62 from lourkeur/home-manager_moved
update home-manager urls
This commit is contained in:
commit
9f561b8cea
2
DOC.md
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue