Set FN key settings for Nuphy keyboard

This commit is contained in:
2026-01-12 16:48:11 +01:00
parent ae8e689ce2
commit c56fef89a9

View File

@@ -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 = {