[machines] Setup new work laptop

This commit is contained in:
2025-09-29 17:06:51 -07:00
parent 2696262ed3
commit 1132dda8a0
2 changed files with 1 additions and 4 deletions

View File

@@ -13,12 +13,9 @@ in
home.homeDirectory = lib.mkForce "/Users/johno";
home.stateVersion = "24.05";
# Roles temporarily disabled to avoid kubectl dependency
# Override Darwin-incompatible settings from base role
programs.rbw.settings.pinentry = lib.mkForce pkgs.pinentry_mac;
# Re-enable bash with bashrcExtra to append rather than replace
programs.bash = {
enable = true;
initExtra = ''