fix Epomaker Fn keys

This commit is contained in:
nyanloutre 2024-07-29 20:20:22 +02:00
parent 2772a3086d
commit 114fae331f
Signed by: nyanloutre
GPG Key ID: 194A92D1103ACB2A
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@
];
boot.tmp.useTmpfs = false;
boot.supportedFilesystems = [ "zfs" ];
boot.extraModprobeConfig = ''
options hid_apple fnmode=2
'';
virtualisation.podman.enable = true;