trying to get taskwarrior web to work nicely
This commit is contained in:
parent
22da01cd7c
commit
7d7d6cca42
3 changed files with 10 additions and 8 deletions
|
@ -14,10 +14,11 @@
|
|||
Type = "simple";
|
||||
ExecStart = "/home/media/.local/bin/tww/taskwarrior-web";
|
||||
Restart = "always";
|
||||
WorkingDirectory = "/home/media/.local/bin/tww/";
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".local/bin/tww" = {
|
||||
source = ../../modules/home/tww;
|
||||
source = ./tww;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue