1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

add calorie-tracker as external flake service

This commit is contained in:
TheGeneralist 2026-02-17 07:03:41 +01:00
parent 60215eb57c
commit 16ce3aebd9
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
6 changed files with 370 additions and 15 deletions

View file

@ -43,7 +43,11 @@
};
readlater-bot = {
url = "path:/home/thegeneralist/infofeeder-bot";
url = "git+file:///home/thegeneralist/infofeeder-bot";
};
calorie-tracker = {
url = "git+file:///home/thegeneralist/calorie-tracker";
};
};