feat: attempts to swap apple ctrl and fn keys

This commit is contained in:
Deepak Mallubhotla 2022-03-24 18:27:35 -05:00
parent a85043d3ef
commit 70bc3b3e7b

View File

@ -18,6 +18,10 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.kernelParams = [
"hid_apple.swap_fn_leftctrl=1"
];
networking.hostName = "maxos"; # Define your hostname. networking.hostName = "maxos"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.