diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-09 10:38:02 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-09 10:38:02 -0600 |
commit | ec9e18d27dc04bd18dc99e4f9a118495a2da26b2 (patch) | |
tree | f3086a7ef48d42788af0d5292897d881c1d05884 /macos.local/.flake/system/homebrew.nix.org | |
parent | bbcbd0a074fef5addc2b03295159655597491e2c (diff) |
system changes
Diffstat (limited to 'macos.local/.flake/system/homebrew.nix.org')
-rw-r--r-- | macos.local/.flake/system/homebrew.nix.org | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/macos.local/.flake/system/homebrew.nix.org b/macos.local/.flake/system/homebrew.nix.org index 4ea5bc0..b6ea6a0 100644 --- a/macos.local/.flake/system/homebrew.nix.org +++ b/macos.local/.flake/system/homebrew.nix.org @@ -18,6 +18,7 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat }; taps = [ + "d12frosted/emacs-plus" "homebrew/bundle" "homebrew/cask-fonts" "homebrew/cask-versions" @@ -40,6 +41,17 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat "curl" "dos2unix" "dotnet" + { + name = "emacs-plus"; + args = [ + "with-native-comp" + "with-imagemagick" + "with-xwidgets" + "with-mailutils" + "with-ctags" + "with-retro-sink-bw-icon" + ]; + } "eza" "fd" "gcc" |