1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-13 22:12:47 +01:00
nixvim/tests/test-sources/plugins/utils/wakatime.nix
2024-06-08 22:38:46 +02:00

5 lines
57 B
Nix

{
empty = {
plugins.wakatime.enable = true;
};
}