diff options
Diffstat (limited to 'hosts/thyme/packages.nix')
| -rw-r--r-- | hosts/thyme/packages.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/thyme/packages.nix b/hosts/thyme/packages.nix index b9ec896..09e9ba6 100644 --- a/hosts/thyme/packages.nix +++ b/hosts/thyme/packages.nix @@ -26,8 +26,10 @@ }; environment.systemPackages = with pkgs; [ - emacs - emacsPackages.pdf-tools + (emacsPackagesFor emacs + (ep: [ + ep.pdf-tools + ])) jre ruby sbcl |
