split up taskwarrior config to facilitate coexisting NixOS and Arch configs
parent
f5e31ff825
commit
2e81d28cc8
|
|
@ -1,10 +1,5 @@
|
|||
data.location=$XDG_DATA_HOME/task/
|
||||
hooks.location=$XDG_DATA_HOME/task/hooks
|
||||
|
||||
include /usr/share/doc/task/rc/light-256.theme
|
||||
include ./taskrc.d/$HOSTNAME
|
||||
include ./taskrc.d/aliases
|
||||
include ./taskrc.d/sync
|
||||
include ./taskrc.d/urgency
|
||||
include ./taskrc.d/reports
|
||||
include ./taskrc.d/contexts
|
||||
|
|
@ -16,3 +11,5 @@ search.case.sensitive=no
|
|||
rc.json.array=on
|
||||
rc.verbose=nothing
|
||||
news.version=3.1.0
|
||||
|
||||
recurrence=off
|
||||
|
|
|
|||
|
|
@ -1 +1,4 @@
|
|||
recurrence=off
|
||||
include /usr/share/doc/task/rc/light-256.theme
|
||||
|
||||
include ./locations
|
||||
include ./sync
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
data.location=$XDG_DATA_HOME/task/
|
||||
hooks.location=$XDG_DATA_HOME/task/hooks
|
||||
|
|
@ -1 +0,0 @@
|
|||
recurrence=off
|
||||
Loading…
Reference in New Issue