mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-13 09:42:19 +00:00
Remove unneeded xserver config
This commit is contained in:
@@ -29,18 +29,6 @@
|
|||||||
antialias = false;
|
antialias = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Provide rotation to X/Wayland
|
|
||||||
services.xserver.xrandrHeads =
|
|
||||||
[
|
|
||||||
{
|
|
||||||
output = "DSI-1";
|
|
||||||
primary = true;
|
|
||||||
monitorConfig = ''
|
|
||||||
Option "Rotate" "left"
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
# The keyboard is US layout
|
# The keyboard is US layout
|
||||||
services.xserver.xkb.layout = "us";
|
services.xserver.xkb.layout = "us";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user