diff options
Diffstat (limited to 'macos.local/flake/system')
-rw-r--r-- | macos.local/flake/system/homebrew.nix.org | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/macos.local/flake/system/homebrew.nix.org b/macos.local/flake/system/homebrew.nix.org index ff30fa0..544685f 100644 --- a/macos.local/flake/system/homebrew.nix.org +++ b/macos.local/flake/system/homebrew.nix.org @@ -18,14 +18,12 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat }; taps = [ - "camillescholtz/formulae" "d12frosted/emacs-plus" "homebrew/bundle" "homebrew/cask-fonts" "homebrew/cask-versions" "homebrew/services" "jorgelbg/tap" - "osx-cross/avr" ]; brews = [ @@ -48,14 +46,6 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat "openjdk" # there's really no jdk for mac from nix? "pinentry-touchid" # no nix version - # need for grading purposes - "avrdude" - "open-mpi" - "open-ocd" - "osx-cross/avr/avr-binutils" - "osx-cross/avr/avarice" - "osx-cross/avr/avr-gcc@14" - # needed for pdf-tools for emacs "autoconf" "automake" @@ -92,6 +82,7 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat "gcc-arm-embedded" "ghostty" "gimp" + "ghidra" "godot" "gzdoom" "inkscape" @@ -110,6 +101,7 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat "syncthing" "thunderbird" "tor-browser" + "utm" "vlc" "whisky" "zotero" |