mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 13:03:45 +00:00
16 lines
318 B
Nix
16 lines
318 B
Nix
{...}: {
|
|
security.pam.services.sudo_local.touchIdAuth = true;
|
|
|
|
services.karabiner-elements.enable = true;
|
|
|
|
system.defaults = {
|
|
dock.autohide = true;
|
|
dock.show-recents = false;
|
|
|
|
NSGlobalDomain = {
|
|
ApplePressAndHoldEnabled = false;
|
|
InitialKeyRepeat = 15;
|
|
KeyRepeat = 2;
|
|
};
|
|
};
|
|
}
|