From c2e287ec90a6185a77f8b9530554029a9bca88ba Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 7 Aug 2024 07:27:48 -0700 Subject: [PATCH] feat: re-enable the notch on mac --- hosts/callisto/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/callisto/default.nix b/hosts/callisto/default.nix index 17d76f6..ba3e411 100755 --- a/hosts/callisto/default.nix +++ b/hosts/callisto/default.nix @@ -23,6 +23,8 @@ options hid_apple iso_layout=0 ''; + boot.kernelParams = [ "apple_dcp.show_notch=1" ]; + networking.hostName = "callisto"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.