hosts/xorg: get rid of rename warning

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-05-27 20:01:02 +05:30
parent 15f03999d3
commit 29acfc513e

View File

@@ -7,8 +7,6 @@
#in #in
{ {
services = { services = {
xserver = {
enable = true;
libinput = { libinput = {
enable = true; enable = true;
mouse = { mouse = {
@@ -22,6 +20,8 @@
naturalScrolling = true; naturalScrolling = true;
}; };
}; };
xserver = {
enable = true;
displayManager = { displayManager = {
startx = { startx = {
enable = true; enable = true;