doom-snippets: actually install snippets

fixes #23
This commit is contained in:
Jörg Thalheim
2020-07-23 10:42:17 +01:00
parent 3c7c12e050
commit bc7a962ade

View File

@ -14,6 +14,9 @@ self: super: {
doom-snippets = self.straightBuild {
pname = "doom-snippets";
postInstall = ''
cp -r *-mode $out/share/emacs/site-lisp
'';
};
evil-markdown = self.straightBuild {