Home Gen498 @ 2025-04-10-12:58

This commit is contained in:
2025-04-10 12:58:53 +02:00
parent 803bdb1a88
commit 20e7db2324
3 changed files with 18 additions and 9 deletions

View File

@@ -176,6 +176,10 @@ in {
"doom-config/config.el" = {
source = ./static/config.el;
};
"doom-config/config.d/copilot.el" = {
enable = cfg.enableCopilot;
source = ./static/config.d/copilot.el;
};
"doom-config/packages/treesit-docgen.el" = {
source = ./static/packages/treesit-docgen.el;
};