Keyboard function keys not working as intended.
I personally use a nuphy keyboard and by default the function keys are not working. I have found a command "echo -n 0 | sudo tee /sys/module/hid_apple/parameters/fnmode", that fixes the issue but it does not persist between reboots and im wanting to know if there is a way to make this permanent. I found this method "echo 'options hid_apple fnmode=0' | sudo tee -a /etc/modprobe.d/hid_apple.conf" but it requires updating the initramfs but due to it being ostree based I wanted to avoid having to create a new ostree layer if possible if there is a better alternative.
