Remove unneeded xserver config

This commit is contained in:
2024-03-27 23:03:46 +00:00
parent 9ba582c7cf
commit c4c31c3975

View File

@@ -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";