fix syntax error
This commit is contained in:
parent
3f4e710bb2
commit
560a118b01
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue