taskwarrior: add checklist behavior
This commit is contained in:
parent
fcb110da02
commit
0e06701720
2 changed files with 30 additions and 32 deletions
|
@ -270,7 +270,6 @@ let
|
|||
done
|
||||
'';
|
||||
|
||||
|
||||
q-virtualization = ''
|
||||
printf '%20s │ %s\n' "VT" \
|
||||
$(${pkgs.systemd}/bin/systemd-detect-virt)
|
||||
|
|
|
@ -36,8 +36,7 @@ in {
|
|||
|
||||
home-manager.users.mainUser = {
|
||||
|
||||
home.file.".config/bugwarrior/bugwarriorrc".text =
|
||||
''
|
||||
home.file.".config/bugwarrior/bugwarriorrc".text = ''
|
||||
[general]
|
||||
targets = my-github,nixos-github
|
||||
static_fields = priority
|
||||
|
|
Loading…
Reference in a new issue