this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add caps->escape to nix-darwin config

+5
+5
.config/nix-darwin/configuration.nix
··· 19 19 20 20 security.pam.enableSudoTouchIdAuth = true; 21 21 22 + system.keyboard = { 23 + enableKeyMapping = true; 24 + remapCapsLockToEscape = true; 25 + }; 26 + 22 27 # Set Git commit hash for darwin-version. 23 28 system.configurationRevision = self.rev or self.dirtyRev or null; 24 29