From cdfc101d266a602d657c91f862dd695a8db7337f Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 15 Jul 2025 23:15:52 +0200 Subject: Extend display to notch region on Moissanite (and add extension to move around topbar content) Signed-off-by: Mel --- machines/moissanite/devices.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'machines') diff --git a/machines/moissanite/devices.nix b/machines/moissanite/devices.nix index d6c4d2c..07aa592 100644 --- a/machines/moissanite/devices.nix +++ b/machines/moissanite/devices.nix @@ -20,6 +20,11 @@ initrd.systemd.enable = true; + # expand display to notch region + kernelParams = [ + "apple_dcp.show_notch=1" + ]; + # check nixos-apple-silicon documentation on this, # if keyboard weirdness ever comes up. # extraModprobeConfig = '' -- cgit 1.4.1