diff --git a/dot_config/flake/machines/hinge/darwin.nix b/dot_config/flake/machines/hinge/darwin.nix index 5666a6c..f92a258 100644 --- a/dot_config/flake/machines/hinge/darwin.nix +++ b/dot_config/flake/machines/hinge/darwin.nix @@ -43,13 +43,11 @@ in { shell = pkgs.fish; }; - system.defaults.NSGlobalDomain._HIHideMenuBar = true; - security.pam.enableSudoTouchIdAuth = true; environment.systemPackages = with pkgs; [ pinentry_mac - llvmPackages_19.clang-tools + # llvmPackages_19.clang-tools pipenv @@ -92,6 +90,8 @@ in { "ios-deploy" "unzip" "xz" + + "llvm@18" ]; casks = [ diff --git a/dot_config/flake/machines/hinge/home.nix b/dot_config/flake/machines/hinge/home.nix index 926519c..eba7ba8 100644 --- a/dot_config/flake/machines/hinge/home.nix +++ b/dot_config/flake/machines/hinge/home.nix @@ -3,6 +3,8 @@ # ../../home/stylix.nix ../../home/common.nix ../../home/kitty.nix + + ../../home/helide ]; # xdg.enable = lib.mkForce false; @@ -12,7 +14,7 @@ # homeDirectory = /Users/tyler.mayoff; packages = with pkgs; [ - bazel_7 + bazelisk cmake conan @@ -34,7 +36,7 @@ sessionVariables = { ANDROID_HOME = "/Users/tyler.mayoff/Library/Android/sdk"; - PATH = "$PATH:/Users/tyler.mayoff/Library/Android/sdk/platform-tools"; + PATH = "$PATH:/opt/homebrew/opt/llvm@18/bin:/Users/tyler.mayoff/Library/Android/sdk/platform-tools"; }; file.".gnupg/gpg-agent.conf".text = ''