From a90705cedc7c357d3a4dcf02752a6a10e737c75e Mon Sep 17 00:00:00 2001 From: MFlossmann Date: Tue, 2 Jul 2024 00:27:04 +0200 Subject: [PATCH] remove wakatime --- plugins/wakatime.nix | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 plugins/wakatime.nix diff --git a/plugins/wakatime.nix b/plugins/wakatime.nix deleted file mode 100644 index 9791bd5..0000000 --- a/plugins/wakatime.nix +++ /dev/null @@ -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 = ""; - }; -}