From c56fef89a942ef0f9850ec844a524ced9e67aa92 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 12 Jan 2026 16:48:11 +0100 Subject: [PATCH] Set FN key settings for Nuphy keyboard --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 1154120..7f4a9af 100644 --- a/configuration.nix +++ b/configuration.nix @@ -15,9 +15,12 @@ with pkgs; "btusb" "bluetooth" ]; + # ZFS Arc size and Nuphy keyboard FN settings kernelParams = [ "zfs.zfs_arc_max=8589934592" "zfs.zfs_arc_min=1073741824" + "hid_apple.fnmode=2" + "hid_apple.swap_opt_cmd=1" ]; supportedFilesystems = [ "zfs" ]; zfs = {