diff options
| -rw-r--r-- | hosts/thyme/packages.nix | 4 | ||||
| -rw-r--r-- | hosts/tomato/packages.nix | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/hosts/thyme/packages.nix b/hosts/thyme/packages.nix index 09e9ba6..7af8246 100644 --- a/hosts/thyme/packages.nix +++ b/hosts/thyme/packages.nix @@ -26,8 +26,8 @@ }; environment.systemPackages = with pkgs; [ - (emacsPackagesFor emacs - (ep: [ + ((emacsPackagesFor emacs) + .emacsWithPackages (ep: [ ep.pdf-tools ])) jre 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 |
