fixing bugwarrior
This commit is contained in:
parent
5c0a4cbd93
commit
0266e4976a
2 changed files with 18 additions and 2 deletions
|
@ -68,7 +68,7 @@ in
|
||||||
${pkgs.khal}/bin/ikhal
|
${pkgs.khal}/bin/ikhal
|
||||||
'')
|
'')
|
||||||
|
|
||||||
python3Packages.bugwarrior
|
unstable.python3Packages.bugwarrior
|
||||||
|
|
||||||
# bugwarrior
|
# bugwarrior
|
||||||
#(let
|
#(let
|
||||||
|
|
|
@ -136,12 +136,17 @@ in
|
||||||
source = "git@github.com:terranix/terranix-artwork.git";
|
source = "git@github.com:terranix/terranix-artwork.git";
|
||||||
target = "~/dev/terranix/artwork";
|
target = "~/dev/terranix/artwork";
|
||||||
}
|
}
|
||||||
|
# private
|
||||||
|
{
|
||||||
|
source = "gitea@git.ingolf-wagner.de:palo/tech-ingolf-wagner-de.git";
|
||||||
|
target = "~/dev/tech.ingolf-wagner.de";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/bugwarrior/bugwarriorrc".text = ''
|
home.file.".config/bugwarrior/bugwarriorrc".text = ''
|
||||||
[general]
|
[general]
|
||||||
targets = terranix
|
targets = terranix, github_private
|
||||||
static_fields = priority
|
static_fields = priority
|
||||||
log.level = INFO
|
log.level = INFO
|
||||||
|
|
||||||
|
@ -158,6 +163,17 @@ in
|
||||||
github.query = org:terranix is:open
|
github.query = org:terranix is:open
|
||||||
github.include_user_issues = False
|
github.include_user_issues = False
|
||||||
github.include_user_repos = False
|
github.include_user_repos = False
|
||||||
|
|
||||||
|
[github_private]
|
||||||
|
service = github
|
||||||
|
github.login = mrVanDalo
|
||||||
|
github.token = @oracle:eval:${pkgs.pass}/bin/pass development/github/mrVanDalo/bugwarriorAccessToken
|
||||||
|
github.username = mrVanDalo
|
||||||
|
github.description_template = {{githubtitle}} {{githuburl}}
|
||||||
|
github.add_tags = github
|
||||||
|
github.involved_issues = True
|
||||||
|
github.include_user_issues = True
|
||||||
|
github.include_user_repos = True
|
||||||
'';
|
'';
|
||||||
|
|
||||||
xdg.configFile."ncmpcpp/config".text = ''
|
xdg.configFile."ncmpcpp/config".text = ''
|
||||||
|
|
Loading…
Reference in a new issue