diff options
Diffstat (limited to 'hosts/tomato/packages.nix')
| -rw-r--r-- | hosts/tomato/packages.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix index 89aaddc..57e9202 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -35,8 +35,10 @@ in }; environment.systemPackages = with pkgs; [ - emacs - emacsPackages.pdf-tools + (emacsPackagesFor emacs + (ep: [ + ep.pdf-tools + ])) jre ruby R |
