From 2cdd818efaba3b261a453889d756456f8faf7aa6 Mon Sep 17 00:00:00 2001 From: Random936 Date: Tue, 4 Jun 2024 21:28:54 -0700 Subject: [PATCH] Swap command and alt --- nixos/darwin-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/darwin-configuration.nix b/nixos/darwin-configuration.nix index 85d1559..0ae0214 100644 --- a/nixos/darwin-configuration.nix +++ b/nixos/darwin-configuration.nix @@ -37,6 +37,7 @@ system.keyboard = { enableKeyMapping = true; remapCapsLockToEscape = true; + swapLeftCommandAndLeftAlt = true; }; # Create /etc/zshrc that loads the nix-darwin environment.