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
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
q-virtualization = ''
|
q-virtualization = ''
|
||||||
printf '%20s │ %s\n' "VT" \
|
printf '%20s │ %s\n' "VT" \
|
||||||
$(${pkgs.systemd}/bin/systemd-detect-virt)
|
$(${pkgs.systemd}/bin/systemd-detect-virt)
|
||||||
|
|
|
@ -36,8 +36,7 @@ in {
|
||||||
|
|
||||||
home-manager.users.mainUser = {
|
home-manager.users.mainUser = {
|
||||||
|
|
||||||
home.file.".config/bugwarrior/bugwarriorrc".text =
|
home.file.".config/bugwarrior/bugwarriorrc".text = ''
|
||||||
''
|
|
||||||
[general]
|
[general]
|
||||||
targets = my-github,nixos-github
|
targets = my-github,nixos-github
|
||||||
static_fields = priority
|
static_fields = priority
|
||||||
|
|
Loading…
Reference in a new issue