mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-11 16:52:24 +00:00
Remove unneeded xserver config
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user