feat(nixvim): add .wakatime.cfg with sops-nix for wakatime plugin

This commit is contained in:
toast 2025-10-11 14:51:05 +09:00
parent e2f44822df
commit dbecb53162
2 changed files with 9 additions and 2 deletions

View file

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