macbook: swap fn/left-ctrl via hid_apple
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
457d296dc3
commit
f1212e72c8
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue