nix/home/config/nvim/module/plugin/Gen.nix

9 lines
126 B
Nix
Raw Normal View History

2024-10-23 21:19:48 +03:00
{ config, ... }:
{
text = ''
require("gen").setup {
model = "${config.setting.ollama.primaryModel}"
}
'';
}