mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
refactor(brew): prefer homebrew over home-manager for apps that need regular updates
This commit is contained in:
parent
0217b4f1ab
commit
dca1b5b67f
4 changed files with 14 additions and 13 deletions
|
|
@ -57,6 +57,13 @@
|
|||
"arc"
|
||||
"codex"
|
||||
"claude-code"
|
||||
"telegram"
|
||||
"raycast"
|
||||
"jordanbaird-ice"
|
||||
"keka"
|
||||
"kekaexternalhelper"
|
||||
"stats"
|
||||
"iina"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue