diff --git a/hosts/alice/keyd.nix b/hosts/alice/keyd.nix index 30310d5..24a3186 100644 --- a/hosts/alice/keyd.nix +++ b/hosts/alice/keyd.nix @@ -5,8 +5,6 @@ _: { main = { "capslock" = "overload(control, esc)"; "esc" = "capslock"; - "leftalt" = "leftmeta"; - "leftmeta" = "leftalt"; }; }; };