fix syntax error

This commit is contained in:
Charlotte 🦝 Delenk 2022-08-14 15:37:47 +01:00
parent 3f4e710bb2
commit 560a118b01
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -1,7 +1,7 @@
_: { _: {
programs.taskwarrior = { programs.taskwarrior = {
enable = true; enable = true;
colorTheme = "dark-violets-256.theme"; colorTheme = "dark-violets-256";
config = { config = {
weekstart = "monday"; # no americans, the week does not start with week-end weekstart = "monday"; # no americans, the week does not start with week-end
}; };