From 54aff6cfbcabcc9365208d3db3a31a378c08c8db Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sun, 26 Oct 2025 15:37:22 -0500 Subject: Fix previous commit --- hosts/tomato/packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/tomato/packages.nix') diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix index 57e9202..89fdc26 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -35,8 +35,8 @@ in }; environment.systemPackages = with pkgs; [ - (emacsPackagesFor emacs - (ep: [ + ((emacsPackagesFor emacs) + .emacsWithPackages (ep: [ ep.pdf-tools ])) jre -- cgit v1.2.3