diff --git a/hosts/llynx/hardware-configuration.nix b/hosts/llynx/hardware-configuration.nix index 05dc08a..30aa39b 100644 --- a/hosts/llynx/hardware-configuration.nix +++ b/hosts/llynx/hardware-configuration.nix @@ -10,6 +10,7 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; + boot.kernelParams = [ "apple_dcp.show_notch=1" ]; hardware.asahi.peripheralFirmwareDirectory = ./firmware; hardware.asahi.useExperimentalGPUDriver = true;