trying to get taskwarrior web to work nicely

This commit is contained in:
Matt Nish-Lapidus 2025-04-03 12:43:22 -04:00
parent 22da01cd7c
commit 7d7d6cca42
3 changed files with 10 additions and 8 deletions

View file

@ -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;
};
}