diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index e264039..88a633a 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -161,11 +161,12 @@ python3 python312Packages.pip - # scala - metals + # Scala + # metals # handled by coursier scalafmt sbt coursier + jdk # formatters shfmt @@ -237,7 +238,7 @@ export PATH="$PATH:$HOME/.ghcup/bin" # CS (Scala) - export PATH="$PATH:$HOME/Library/Application\ Support/Coursier/bin" + export PATH="$PATH:$HOME/Library/Application Support/Coursier/bin" # Super hacky and fucking stupid way of doing things - stuff # export PATH="/opt/homebrew/opt/llvm/bin:$PATH"