From fe607efaf1c5b848102e3206765bff647da99168 Mon Sep 17 00:00:00 2001 From: tux Date: Fri, 8 Aug 2025 19:35:06 +0530 Subject: [PATCH] feat: add aichat env to persist files --- hosts/canopus/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/canopus/home.nix b/hosts/canopus/home.nix index 76de785..79499bf 100644 --- a/hosts/canopus/home.nix +++ b/hosts/canopus/home.nix @@ -101,6 +101,7 @@ ]; files = [ ".wakatime.cfg" + ".config/aichat/.env" ]; allowOther = true; };