NixOS-Config/system/hardware/mackeys.nix

7 lines
128 B
Nix
Raw Normal View History

2024-08-27 13:30:48 -04:00
{
# Forces the function keys to work right on Macbooks
boot.extraModprobeConfig = ''
options hid_apple fnmode=2
'';
}