diff --git a/hardware/p8-laptop.nix b/hardware/p8-laptop.nix index ffe2f3f..24c2d5d 100644 --- a/hardware/p8-laptop.nix +++ b/hardware/p8-laptop.nix @@ -8,10 +8,11 @@ # Fix on boot framebuffer res and rotation boot.kernelParams = - [ + [ "video=efifb:mode=0" + "video=DSI-1:panel_orientation=right_side_up" "fbcon=rotate:1" - ]; + ]; boot.kernelPackages = pkgs.linuxPackages_latest; # Provide rotation to X/Wayland