orcim: rotate x11 properly

This commit is contained in:
Aaron Bieber 2024-02-07 09:50:34 -07:00
parent b9c0470694
commit c9dfb204ab
No known key found for this signature in database

View File

@ -83,7 +83,16 @@ in
kde.enable = true;
services = {
xserver.dpi = 200;
xserver = {
dpi = 200;
xrandrHeads = [{
output = "DSI-1";
primary = true;
monitorConfig = ''
Option "Rotate" "right"
'';
}];
};
power-profiles-daemon.enable = false;
tlp = {
enable = true;