diff options
| author | Mel <mel@rnrd.eu> | 2025-07-15 23:15:52 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-15 23:15:52 +0200 |
| commit | cdfc101d266a602d657c91f862dd695a8db7337f (patch) | |
| tree | 3d2499ecc62e20009a1327533ccff3de194abf9d /machines | |
| parent | 4ec04097d7720e0f3a772d41d7a6e43285c89265 (diff) | |
| download | minerals-cdfc101d266a602d657c91f862dd695a8db7337f.tar.zst minerals-cdfc101d266a602d657c91f862dd695a8db7337f.zip | |
Extend display to notch region on Moissanite (and add extension to move around topbar content)
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/moissanite/devices.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 = '' |
