diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-11 10:29:54 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-11 10:29:54 -0600 |
commit | 023aa835e244f69fd1e9477b6649f412be105b46 (patch) | |
tree | cbb1e8b92d2c97058ec09a4c98b84f352f011a8f /macos.local/.flake/system | |
parent | 798c670414af84afdcd3aa92d71bb6e37c005a6f (diff) |
system changes
Diffstat (limited to 'macos.local/.flake/system')
-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 7d70d77..183f95c 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" |