nvf/modules/assistant/default.nix
2024-03-24 12:41:22 +01:00

7 lines
156 B
Nix

_: {
imports = [
./copilot
./chatgpt
# ./tabnine.nix # removed until I find a way around the initialisation script the plugin requires
];
}