Files
2026-02-20 23:38:41 +01:00

10 lines
91 B
Nix

{ ... }:
{
programs.nixvim.plugins = {
otter = {
enable = true;
};
};
}