add noti and git repositories
This commit is contained in:
parent
ba624dec09
commit
7297403acd
1 changed files with 14 additions and 3 deletions
|
@ -38,8 +38,11 @@ in {
|
||||||
# don't run autoload -U compinit && compinit before ~/.zshrc
|
# don't run autoload -U compinit && compinit before ~/.zshrc
|
||||||
programs.zsh.enableGlobalCompInit = lib.mkForce false;
|
programs.zsh.enableGlobalCompInit = lib.mkForce false;
|
||||||
|
|
||||||
|
|
||||||
home-manager.users.mainUser = {
|
home-manager.users.mainUser = {
|
||||||
|
|
||||||
|
programs.noti.enable = true;
|
||||||
|
|
||||||
home.git-pull.enable = true;
|
home.git-pull.enable = true;
|
||||||
home.git-pull.repositories = [
|
home.git-pull.repositories = [
|
||||||
{
|
{
|
||||||
|
@ -52,11 +55,19 @@ in {
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
source = "git@github.com:terranix/terranix-website.git";
|
source = "git@github.com:terranix/terranix-website.git";
|
||||||
target = "~/dev/terranix/terranix-website";
|
target = "~/dev/terranix/website";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
source = "git@github.com:terranix/terranix-hcloud.git";
|
source = "git@github.com:terranix/terranix-module-github.git";
|
||||||
target = "~/dev/terranix/terranix-hcloud";
|
target = "~/dev/terranix/module-github";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
source = "git@github.com:terranix/terranix-github-configuration.git";
|
||||||
|
target = "~/dev/terranix/configuration-github";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
source = "git@github.com:terranix/terranix-examples.git";
|
||||||
|
target = "~/dev/terranix/examples";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue