From d048a7b6a225f9e30b2a95e9461f4c267eb29af0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Mar 2024 16:17:39 -0800 Subject: add configuration for my work machine --- hosts/common/darwin/macos.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts/common/darwin/macos.nix') 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 -- cgit v1.2.3