main #5

Merged
Lithospherical merged 59 commits from jan-leila/nix-config:main into main 2025-08-27 15:36:39 +00:00
Showing only changes of commit c863b8c4b5 - Show all commits

View file

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