diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-03-04 16:17:39 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-03-04 16:17:39 -0800 |
| commit | d048a7b6a225f9e30b2a95e9461f4c267eb29af0 (patch) | |
| tree | e7da6bcb7901d4c0daae50b59fa5c2b02e89b51d /hosts/common/darwin/macos.nix | |
| parent | don't sign git commits (diff) | |
| download | infra-d048a7b6a225f9e30b2a95e9461f4c267eb29af0.tar.gz | |
add configuration for my work machine
Diffstat (limited to 'hosts/common/darwin/macos.nix')
| -rw-r--r-- | hosts/common/darwin/macos.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/common/darwin/macos.nix b/hosts/common/darwin/macos.nix index 810d64d..edc57a0 100644 --- a/hosts/common/darwin/macos.nix +++ b/hosts/common/darwin/macos.nix @@ -8,6 +8,11 @@ system.defaults.finder.AppleShowAllExtensions = true; system.defaults.screencapture.location = "~/Documents/screenshots"; + system.keyboard = { + enableKeyMapping = true; + remapCapsLockToControl = true; + }; + system.defaults.CustomUserPreferences = { "com.apple.desktopservices" = { # Avoid creating .DS_Store files on network or USB volumes |
