feat: add aichat env to persist files

This commit is contained in:
tux
2025-08-08 19:35:06 +05:30
parent 7b0bc6fa0a
commit fe607efaf1

View File

@@ -101,6 +101,7 @@
]; ];
files = [ files = [
".wakatime.cfg" ".wakatime.cfg"
".config/aichat/.env"
]; ];
allowOther = true; allowOther = true;
}; };