feat(nix/hm/price): install additional emacs packages
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m15s

This commit is contained in:
Price Hiller 2024-05-12 10:06:41 -05:00
parent 086fbb6ec9
commit 4855780d78
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -233,7 +233,13 @@ in
treeSitter = true;
};
});
extraPackages = (epkgs: (with epkgs; [ treesit-grammars.with-all-grammars ]));
extraPackages = (
epkgs:
(with epkgs; [
treesit-grammars.with-all-grammars
melpaPackages.pdf-tools
])
);
};
wofi.enable = true;
gpg.enable = true;