neovim-flake/modules/assistant/copilot/default.nix

7 lines
61 B
Nix
Raw Normal View History

_: {
imports = [
./copilot.nix
./config.nix
];
}