diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-11 10:26:40 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-11 10:26:40 -0600 |
commit | 798c670414af84afdcd3aa92d71bb6e37c005a6f (patch) | |
tree | 6d24ceeb7701f076d6f9ff2a0383d54e882e79ad | |
parent | 3655953d9878d05f04b3b0f5d0c61ca9d2b07f3c (diff) |
system changes
-rw-r--r-- | macos.local/.flake/system/homebrew.nix.org | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/macos.local/.flake/system/homebrew.nix.org b/macos.local/.flake/system/homebrew.nix.org index 183f95c..7d70d77 100644 --- a/macos.local/.flake/system/homebrew.nix.org +++ b/macos.local/.flake/system/homebrew.nix.org @@ -42,17 +42,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-emacs-logo-icon" - ]; - } + # { + # name = "emacs-plus"; + # args = [ + # "with-native-comp" + # "with-imagemagick" + # "with-xwidgets" + # "with-mailutils" + # "with-ctags" + # "with-retro-emacs-logo-icon" + # ]; + # } "eza" "fd" "gcc" |