summaryrefslogtreecommitdiffstats
path: root/modules/plugins/assistant/copilot/default.nix
blob: 2b890451b38a5a56657c85745d39a7a5dc344125 (plain)
1
2
3
4
5
6
{
  imports = [
    ./copilot.nix
    ./config.nix
  ];
}