hosts/xorg: get rid of rename warning
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user