mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 11:35:41 +00:00
6 lines
88 B
Nix
6 lines
88 B
Nix
{
|
|
programs.nixvim.plugins.wakatime = {
|
|
enable = true;
|
|
autoLoad = true;
|
|
};
|
|
}
|