Merge pull request #1585 from 497a/master

Revert "apple: add hid_apple.iso_layout=0 kernel param"
This commit is contained in:
Jörg Thalheim 2025-09-01 17:57:58 +00:00 committed by GitHub
commit 31b333f6e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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