From 70bc3b3e7bb79c1fed6b3766ace56fad4f81722a Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Thu, 24 Mar 2022 18:27:35 -0500 Subject: [PATCH] feat: attempts to swap apple ctrl and fn keys --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 0cc6ef6..12777b6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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.