diff --git a/hardware/p8-laptop.nix b/hardware/p8-laptop.nix index 7773e5c..6edcbed 100644 --- a/hardware/p8-laptop.nix +++ b/hardware/p8-laptop.nix @@ -29,18 +29,6 @@ antialias = false; }; - # Provide rotation to X/Wayland - services.xserver.xrandrHeads = - [ - { - output = "DSI-1"; - primary = true; - monitorConfig = '' - Option "Rotate" "left" - ''; - } - ]; - # The keyboard is US layout services.xserver.xkb.layout = "us";