From c478e6bd0e4b062c6f1b8702360706b1a92b55d3 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 7 Mar 2025 16:54:26 -0500 Subject: [PATCH] Minor hinge laptop updates --- dot_config/flake/machines/hinge/darwin.nix | 6 +++--- dot_config/flake/machines/hinge/home.nix | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) 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 = ''