Using dracula-theme from github

This commit is contained in:
Andrea Ciceri 2023-09-21 22:11:33 +02:00
parent 044db098ce
commit f6d7c781f2
No known key found for this signature in database
2 changed files with 21 additions and 0 deletions

View file

@ -22,6 +22,10 @@
url = "github:t4ccer/agenix.el";
flake = false;
};
extra-package-dracula-theme = {
url = "github:dracula/emacs";
flake = false;
};
};
outputs = inputs @ {flake-parts, ...}: