add repositories
This commit is contained in:
parent
492c2c353d
commit
9e16469f80
1 changed files with 12 additions and 0 deletions
|
@ -80,6 +80,18 @@ in
|
|||
home.git-pull = {
|
||||
enable = mkDefault true;
|
||||
repositories = [
|
||||
{
|
||||
source = "git@git.space-left.org:space-left/rc3-map.git";
|
||||
target = "~/dev/space-left/rc3-map";
|
||||
}
|
||||
{
|
||||
source = "git@github.com:krebs/rc3-map.git";
|
||||
target = "~/dev/krebs/rc3-map";
|
||||
}
|
||||
{
|
||||
source = "git@github.com:krebs/stockholm.git";
|
||||
target = "~/dev/krebs/stockholm";
|
||||
}
|
||||
{
|
||||
source = "git@github.com:mrVanDalo/home-manager-utils.git";
|
||||
target = "~/dev/home-manager-utils";
|
||||
|
|
Loading…
Reference in a new issue