emacs: build pdf-tools via nix

This commit is contained in:
Grigory Shipunov 2022-08-06 12:22:01 +02:00
parent 1f0ded5a25
commit 6719839a6f
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -18,6 +18,7 @@
enable = false;
package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: with epkgs; [
vterm
pdf-tools
]));
defaultEditor = false;
};