nvf/modules/plugins/assistant/default.nix
2025-03-11 20:26:48 -04:00

7 lines
71 B
Nix

{
imports = [
./chatgpt
./copilot
./codecompanion
];
}