feat: add wakatime for my wakapi instance

This commit is contained in:
winston 2023-07-08 04:45:13 +02:00
parent aef8202a20
commit 5cf7e5243f
Signed by: winston
GPG key ID: 3786770EDBC2B481
4 changed files with 12 additions and 3 deletions

View file

@ -0,0 +1,4 @@
---@type LazyPluginSpec[]
return {
"wakatime/vim-wakatime",
}

View file

@ -26,6 +26,7 @@ in {
ranger
ripgrep
sops
wakatime
]
++ lib.optionals isLinux [
(discord.override {
@ -43,11 +44,13 @@ in {
stateVersion = "23.05";
};
home.mac-wallpaper = ./wallpapers/dhm_1610.png;
programs = {
home-manager.enable = true;
man.enable = true;
taskwarrior.enable = true;
};
home.mac-wallpaper = ./wallpapers/dhm_1610.png;
sops.secrets."wakatime-cfg".path = "${config.xdg.configHome}/wakatime/.wakatime.cfg";
}

File diff suppressed because one or more lines are too long

View file

@ -20,6 +20,7 @@ in {
NODE_REPL_HISTORY = "${dataHome}/node_repl_history";
NPM_CONFIG_USERCONFIG = "${configHome}/npm/npmrc";
W3M_DIR = "${dataHome}/w3m";
WAKATIME_HOME = "${configHome}/wakatime";
WINEPREFIX = "${dataHome}/wine";
};
sessionPath = [