From c1f702a2f8ac7d8373cc5d048d4d43f6b79bee13 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 7 Sep 2025 20:04:23 +0200 Subject: [PATCH] installs emacs via brew --- hosts/dnsc-air/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/dnsc-air/default.nix b/hosts/dnsc-air/default.nix index 781dee8..2c3c595 100644 --- a/hosts/dnsc-air/default.nix +++ b/hosts/dnsc-air/default.nix @@ -83,6 +83,7 @@ taps = [ "homebrew/services" + "d12frosted/emacs-plus" ]; masApps = { @@ -94,6 +95,15 @@ brews = [ "mas" "go" + { + name = "emacs-plus@30"; + args = [ + "with-mailutils" + "with-debug" + "with-imagemagick" + "with-elrumo2-icon" + ]; + } ]; casks = [