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

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;