From 2c007f4ff525c7f515696d2f6588f8c4de7b3e69 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig <Zynh0722@gmail.com> Date: Wed, 5 Mar 2025 07:50:44 -0800 Subject: [PATCH] llynx: enable notch --- hosts/llynx/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) 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;