diff --git a/darwin/homebrew.nix b/darwin/homebrew.nix index a670d22..2b2ab98 100644 --- a/darwin/homebrew.nix +++ b/darwin/homebrew.nix @@ -61,7 +61,6 @@ in "rectangle" "signal" "steam" - "unison-language" "vscodium" ]; @@ -71,5 +70,5 @@ in # For cli packages that aren't currently available for macOS in `nixpkgs`.Packages should be # installed in `../home/default.nix` whenever possible. - homebrew.brews = [ ]; + homebrew.brews = [ "unison-language" ]; }