diff options
Diffstat (limited to 'hosts/thyme/packages.nix')
| -rw-r--r-- | hosts/thyme/packages.nix | 4 |
1 files changed, 2 insertions, 2 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 |
