wakapi
Some checks failed
CI / nix_flake_check (push) Waiting to run
CI / formatting (push) Has been cancelled

This commit is contained in:
Narrator 2025-12-11 16:14:42 +01:00
parent 3802a2ebf9
commit 45ab71558a
Signed by: Narrator
SSH key fingerprint: SHA256:vVtKn4QxRw+5lhRxGf6CeaA4Dgnsl7DMlQEzwkcMPV0
2 changed files with 6 additions and 0 deletions

View file

@ -104,6 +104,8 @@ in
extraConfig = ''
Host git.nonaxiomatic.systems
ControlMaster no
ControlPath none
ControlPersist no
'';
};
};
@ -134,6 +136,7 @@ programs.neovim = {
ripgrep
fd
fzf
wakatime-cli
# sed
gawk
tree-sitter

View file

@ -0,0 +1,3 @@
return {
{ 'wakatime/vim-wakatime', lazy = false }
}