From 68bdf1f4f030b620040e00cfe2456ac05d5325a9 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Fri, 15 Dec 2023 13:15:10 +0100 Subject: [PATCH] Add emacs to apps.nix --- .config/nix/modules/apps.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.config/nix/modules/apps.nix b/.config/nix/modules/apps.nix index 804b46f..ad1b9e6 100644 --- a/.config/nix/modules/apps.nix +++ b/.config/nix/modules/apps.nix @@ -6,11 +6,25 @@ brews = [ "curl" + { + name = "emacs-plus"; + args = [ + " --with-no-frame-refocus" + "--with-native-comp" + "--with-imagemagick" + "--with-savchenkovaleriy-big-sur-icon" + ]; + start_service = true; + } "imagemagick" "trippy" "wget" ]; + taps = [ + "d12frosted/emacs-plus" + ]; + casks = [ "amethyst" "anki"