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"