summaryrefslogtreecommitdiff
path: root/hosts/tomato/packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/tomato/packages.nix')
-rw-r--r--hosts/tomato/packages.nix4
1 files changed, 2 insertions, 2 deletions
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