summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-10-26 15:37:22 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-10-26 15:37:22 -0500
commit54aff6cfbcabcc9365208d3db3a31a378c08c8db (patch)
tree759eebc23e6f437d1f6eabce6aab5425211dccda /hosts
parentab0712c218739f8b499d1506c0a7820f208a1cc7 (diff)
downloadnixos-config-54aff6cfbcabcc9365208d3db3a31a378c08c8db.tar.gz
nixos-config-54aff6cfbcabcc9365208d3db3a31a378c08c8db.zip
Fix previous commit
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thyme/packages.nix4
-rw-r--r--hosts/tomato/packages.nix4
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