macbook: swap fn/left-ctrl via hid_apple

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-07-16 11:57:38 +01:00
parent 457d296dc3
commit f1212e72c8

View file

@ -27,6 +27,9 @@
boot.loader.systemd-boot.configurationLimit = 5;
boot.initrd.systemd.enable = true;
# Swap Fn and left Ctrl on the internal Apple keyboard (PC layout)
boot.kernelParams = [ "hid_apple.swap_fn_leftctrl=1" ];
# Allow video group (fred) to write to /sys/class/backlight and /sys/class/leds
# (screen brightness and keyboard backlight)
hardware.acpilight.enable = true;