mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
feat(nixvim): add .wakatime.cfg with sops-nix for wakatime plugin
This commit is contained in:
parent
e2f44822df
commit
dbecb53162
2 changed files with 9 additions and 2 deletions
|
|
@ -1,4 +1,10 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
sops.secrets."wakatime" = {
|
||||
path = "${config.home.homeDirectory}/.wakatime.cfg";
|
||||
};
|
||||
|
||||
programs.nixvim.plugins.wakatime = {
|
||||
enable = true;
|
||||
autoLoad = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue