diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-14 21:23:35 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-14 21:23:35 -0600 |
commit | 71337d64960a7db51316763dc8920542ce95bd89 (patch) | |
tree | ffc08985de8ab114b75f204ba107920a4cb4f154 /macos.local/.flake | |
parent | 6483efcd67afba2d6a123e6a10ff136ddb0d25f4 (diff) |
system changes
Diffstat (limited to 'macos.local/.flake')
-rw-r--r-- | macos.local/.flake/system/homebrew.nix.org | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/macos.local/.flake/system/homebrew.nix.org b/macos.local/.flake/system/homebrew.nix.org index bd204dd..46bc684 100644 --- a/macos.local/.flake/system/homebrew.nix.org +++ b/macos.local/.flake/system/homebrew.nix.org @@ -28,10 +28,9 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat ]; brews = [ - "choose-gui" # nix version fails to build - "clang-format" # nix version screws up clang setup + # emacs is handled better by homebrew on mac { - name = "emacs-plus@30"; # handled better with homebrew than nix + name = "emacs-plus@30"; args = [ "with-native-comp" "with-imagemagick" @@ -42,6 +41,9 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat ]; } + # problematic nix builds + "choose-gui" # nix version fails to build + "clang-format" # nix version screws up clang setup "openjdk" # there's really no jdk for mac from nix? "pinentry-touchid" # no nix version @@ -58,6 +60,7 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat "jansson" "jpeg" "libgccjit" + "librsvg" "mailutils" "tree-sitter" @@ -66,6 +69,7 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat "pinentry-mac" ]; + # homebrew handles graphical applications better than nix casks = [ "audacity" "blender" |