forked from nyanloutre/nixos-config
fix Epomaker Fn keys
This commit is contained in:
parent
2772a3086d
commit
114fae331f
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
|||
];
|
||||
boot.tmp.useTmpfs = false;
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
boot.extraModprobeConfig = ''
|
||||
options hid_apple fnmode=2
|
||||
'';
|
||||
|
||||
virtualisation.podman.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue