add terranix repositories to ~/dev/terranix
This commit is contained in:
parent
af90a0934b
commit
72dc795c54
1 changed files with 12 additions and 0 deletions
|
@ -46,6 +46,18 @@ in {
|
||||||
source = "git@github.com:mrVanDalo/home-manager-utils.git";
|
source = "git@github.com:mrVanDalo/home-manager-utils.git";
|
||||||
target = "~/dev/home-manager-utils";
|
target = "~/dev/home-manager-utils";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
source = "git@github.com:terranix/terranix.git";
|
||||||
|
target = "~/dev/terranix/terranix";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
source = "git@github.com:terranix/terranix-website.git";
|
||||||
|
target = "~/dev/terranix/terranix-website";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
source = "git@github.com:terranix/terranix-hcloud.git";
|
||||||
|
target = "~/dev/terranix/terranix-hcloud";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file.".config/bugwarrior/bugwarriorrc".text = ''
|
home.file.".config/bugwarrior/bugwarriorrc".text = ''
|
||||||
|
|
Loading…
Reference in a new issue