mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
8 lines
106 B
Nix
8 lines
106 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
programs.nixvim.plugins.wakatime = {
|
|
enable = true;
|
|
autoLoad = true;
|
|
};
|
|
}
|