apple: add hid_apple.iso_layout=0 kernel param

In my experience, this makes keyboard behavior match letters printed
on it both on EU and US keyboards.
This commit is contained in:
Yegor Timoshenko 2017-12-25 04:30:32 +00:00
parent a5df61571c
commit e228c7827b
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
{ config, lib, ... }:
{
boot.kernelParams = [
"hid_apple.iso_layout=0"
];
hardware.facetimehd.enable = lib.mkDefault
(config.nixpkgs.config.allowUnfree or false);