fix(nixvim): relocate wakatime sops secret to prevent errors in hosts without sops

This commit is contained in:
toast 2025-10-24 22:41:01 +09:00
parent 998f0faab6
commit 0e663c54f4
2 changed files with 4 additions and 4 deletions

View file

@ -5,4 +5,8 @@
sops.defaultSopsFormat = "yaml";
sops.age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
sops.secrets."wakatime" = {
path = "${config.home.homeDirectory}/.wakatime.cfg";
};
}