mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Minor hinge laptop updates
This commit is contained in:
parent
77b1b567e8
commit
c478e6bd0e
2 changed files with 7 additions and 5 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue