remove wakatime

This commit is contained in:
MFlossmann 2024-07-02 00:27:04 +02:00
parent bb01ab2e69
commit a90705cedc

View file

@ -1,10 +0,0 @@
{ pkgs, ... }:
{
extra = {
packages = [ pkgs.vimPlugins.vim-wakatime ];
# TODO: auto-configure API key from sops
# (not sure if this is possible though)
#config = "";
};
}