removed copilot

This commit is contained in:
Leyla Becker 2025-07-11 18:08:06 -05:00
parent 9650c7335a
commit c863b8c4b5

View file

@ -46,7 +46,7 @@ in {
};
})
(lib.mkIf ai-tooling-enabled {
# "continue.telemetryEnabled" = false;
"continue.telemetryEnabled" = false;
})
];
@ -98,9 +98,7 @@ in {
karyfoundation.nearley
]
++ (lib.lists.optionals ai-tooling-enabled [
# continue.continue
github.copilot
# github.copilot-chat
continue.continue
])
)
);