taskwarrior: add checklist behavior

This commit is contained in:
Ingolf Wagner 2019-12-28 10:31:26 +13:00
parent fcb110da02
commit 0e06701720
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 30 additions and 32 deletions

View file

@ -270,7 +270,6 @@ let
done
'';
q-virtualization = ''
printf '%20s %s\n' "VT" \
$(${pkgs.systemd}/bin/systemd-detect-virt)

View file

@ -36,39 +36,38 @@ in {
home-manager.users.mainUser = {
home.file.".config/bugwarrior/bugwarriorrc".text =
''
[general]
targets = my-github,nixos-github
static_fields = priority
log.level = INFO
home.file.".config/bugwarrior/bugwarriorrc".text = ''
[general]
targets = my-github,nixos-github
static_fields = priority
log.level = INFO
[my-github]
service = github
github.login = mrVanDalo
github.token = @oracle:eval:${pkgs.pass}/bin/pass development/github/mrVanDalo/bugwarriorAccessToken
github.username = mrVanDalo
github.default_priority =
github.description_template = {{githubtitle}} {{githuburl}}
github.add_tags = github
github.involved_issues = False
github.exclude_repos = azubi,stepp0r
github.include_user_repos = True
github.include_user_issues = False
[my-github]
service = github
github.login = mrVanDalo
github.token = @oracle:eval:${pkgs.pass}/bin/pass development/github/mrVanDalo/bugwarriorAccessToken
github.username = mrVanDalo
github.default_priority =
github.description_template = {{githubtitle}} {{githuburl}}
github.add_tags = github
github.involved_issues = False
github.exclude_repos = azubi,stepp0r
github.include_user_repos = True
github.include_user_issues = False
[nixos-github]
service = github
github.login = mrVanDalo
github.token = @oracle:eval:${pkgs.pass}/bin/pass development/github/mrVanDalo/bugwarriorAccessToken
github.username = mrVanDalo
github.default_priority =
github.description_template = {{githubtitle}} {{githuburl}}
github.add_tags = github
github.involved_issues = False
github.include_user_repos = False
github.include_user_issues = False
github.query = involves:mrVanDalo is:open org:NixOS org:krebs
'';
[nixos-github]
service = github
github.login = mrVanDalo
github.token = @oracle:eval:${pkgs.pass}/bin/pass development/github/mrVanDalo/bugwarriorAccessToken
github.username = mrVanDalo
github.default_priority =
github.description_template = {{githubtitle}} {{githuburl}}
github.add_tags = github
github.involved_issues = False
github.include_user_repos = False
github.include_user_issues = False
github.query = involves:mrVanDalo is:open org:NixOS org:krebs
'';
home.file.".zshrc".text = ''
# a fix for https://github.com/NixOS/nixpkgs/issues/27587