refactor(brew): prefer homebrew over home-manager for apps that need regular updates

This commit is contained in:
Poby 2026-03-15 13:54:44 +09:00
parent 0217b4f1ab
commit dca1b5b67f
No known key found for this signature in database
4 changed files with 14 additions and 13 deletions

View file

@ -178,7 +178,10 @@
};
# Add ability to used TouchID for sudo authentication
security.pam.services.sudo_local.touchIdAuth = true;
security.pam.services.sudo_local = {
touchIdAuth = true;
watchIdAuth = true;
};
programs.zsh = {
enable = true;