diff --git a/hosts/nixos/thinkpad/system.nix b/hosts/nixos/thinkpad/system.nix index 31177d2..ed3672c 100644 --- a/hosts/nixos/thinkpad/system.nix +++ b/hosts/nixos/thinkpad/system.nix @@ -338,9 +338,6 @@ in main = { # Map Caps Lock to Left Control capslock = "leftcontrol"; - # Disable both physical Ctrl keys (make them no-ops) - leftcontrol = "noop"; - rightcontrol = "noop"; }; }; };