This commit is contained in:
Andrea Ciceri 2023-10-03 01:23:50 +02:00
parent 7feed73965
commit d53973ef9a
No known key found for this signature in database
5 changed files with 78 additions and 13 deletions

View file

@ -24,12 +24,16 @@
};
extra-package-dracula-theme = {
url = "github:aciceri/dracula-emacs";
flake = false;
flake = false;
};
extra-package-chatgpt = {
url = "github:joshcho/ChatGPT.el";
flake = false;
};
extra-package-copilot = {
url = "github:zerolfx/copilot.el";
flake = false;
};
};
outputs = inputs @ {flake-parts, ...}: