From 7d61f45d94abe1b3ab935157e484e2fcde8faec6 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sat, 6 Sep 2025 22:16:41 +0200 Subject: [PATCH] adapts emacs installation --- hosts/dnsc-air/default.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hosts/dnsc-air/default.nix b/hosts/dnsc-air/default.nix index 3c5b894..1ce2a68 100644 --- a/hosts/dnsc-air/default.nix +++ b/hosts/dnsc-air/default.nix @@ -95,7 +95,15 @@ brews = [ "mas" "go" - "emacs-plus@30" + { + name = "emacs-plus@30"; + args = [ + "with-mailutils" + "with-debug" + "with-imagemagick" + ]; + restart_service = "changed"; + } ]; casks = [