Update dracula-theme

This commit is contained in:
Andrea Ciceri 2023-09-22 11:58:36 +02:00
parent 9409fed368
commit 2f02170401
No known key found for this signature in database
2 changed files with 21 additions and 0 deletions

17
flake.lock generated
View file

@ -52,6 +52,22 @@
"type": "github"
}
},
"extra-package-dracula-theme": {
"flake": false,
"locked": {
"lastModified": 1695368802,
"narHash": "sha256-i/xIb8jYONVNxADFcU5HVKhejkL+Ou6NlF92QTMFyiY=",
"owner": "dracula",
"repo": "emacs",
"rev": "dabe74904036717b06546c382df6e77a28921cff",
"type": "github"
},
"original": {
"owner": "dracula",
"repo": "emacs",
"type": "github"
}
},
"extra-package-indent-bars": {
"flake": false,
"locked": {
@ -192,6 +208,7 @@
"emacs-overlay": "emacs-overlay",
"extra-package-agenix-el": "extra-package-agenix-el",
"extra-package-combobulate": "extra-package-combobulate",
"extra-package-dracula-theme": "extra-package-dracula-theme",
"extra-package-indent-bars": "extra-package-indent-bars",
"extra-package-nix-ts-mode": "extra-package-nix-ts-mode",
"flake-parts": "flake-parts",

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, ...}: