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

@ -1,10 +1,6 @@
{ config, ... }:
{
sops.secrets."wakatime" = {
path = "${config.home.homeDirectory}/.wakatime.cfg";
};
programs.nixvim.plugins.wakatime = {
enable = true;
autoLoad = true;