tasks again

This commit is contained in:
Matt Nish-Lapidus 2025-04-03 17:05:24 -04:00
parent c5b5299f1e
commit e1b2ed15c7
3 changed files with 9 additions and 3 deletions

View file

@ -10,7 +10,8 @@
music
langs
emacs
# taskwarrior
taskwarrior
taskwarrior-web
];
home = {

View file

@ -12,9 +12,8 @@
};
Service = {
Type = "simple";
ExecStart = "/home/media/.local/bin/tww/taskwarrior-web";
ExecStart = "/home/emenel/.local/bin/tww/tw-start.sh";
Restart = "always";
WorkingDirectory = "/home/media/.local/bin/tww/";
};
};

6
modules/home/tww/tw-start.sh Executable file
View file

@ -0,0 +1,6 @@
# !/bin/bash
# Run taskwarrior with debug
#
cd /home/emenel/.local/bin/tww/
RUST_LOG=trace ./taskwarrior-web