taskwarrior web server

This commit is contained in:
Matt Nish-Lapidus 2025-04-03 11:18:12 -04:00
parent d30d1c82b6
commit 974b42d671
6 changed files with 67 additions and 29 deletions

View file

@ -6,6 +6,7 @@
git-conf
beets
taskwarrior
taskwarrior-web
];
home = {
@ -77,8 +78,4 @@ sync.encryption_secret = ${config.sops.placeholder.taskchamp-key}
source = ../emenel/dotfiles/dot_local/bin;
recursive = true;
};
home.file.".local/bin/tww" = {
source = ../../modules/home/tww;
};
}