feat: attempts to swap apple ctrl and fn keys
This commit is contained in:
parent
a85043d3ef
commit
70bc3b3e7b
@ -18,6 +18,10 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
boot.kernelParams = [
|
||||
"hid_apple.swap_fn_leftctrl=1"
|
||||
];
|
||||
|
||||
networking.hostName = "maxos"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user