nvf/modules/assistant/default.nix

7 lines
62 B
Nix
Raw Normal View History

2023-02-06 01:14:01 +00:00
_: {
imports = [
./copilot.nix
./tabnine.nix
];
}