fix: remove task count limits

This commit is contained in:
2026-04-21 15:51:21 +02:00
parent a9854ac144
commit 94c64e9d33
3 changed files with 0 additions and 71 deletions
-8
View File
@@ -56,14 +56,6 @@ lib.optionalAttrs standalone {
".local/share/task/hooks/on-exit.sync.py" = {
source = dotsPath + "/.local/share/task/hooks/on-exit.sync.py";
};
".local/share/task/hooks/on-add.limit.py" = {
source = dotsPath + "/.local/share/task/hooks/on-add.limit.py";
executable = true;
};
".local/share/task/hooks/on-modify.limit.py" = {
source = dotsPath + "/.local/share/task/hooks/on-modify.limit.py";
executable = true;
};
".local/share/task/scripts/sync-and-notify.sh" = {
source = dotsPath + "/.local/share/task/scripts/sync-and-notify.sh";
executable = true;