hosts/xorg: get rid of rename warning
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		@@ -7,21 +7,21 @@
 | 
				
			|||||||
#in
 | 
					#in
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  services = {
 | 
					  services = {
 | 
				
			||||||
 | 
					    libinput = {
 | 
				
			||||||
 | 
					      enable = true;
 | 
				
			||||||
 | 
					      mouse = {
 | 
				
			||||||
 | 
					        accelSpeed = "0";
 | 
				
			||||||
 | 
					        #         accelProfile = "flat";
 | 
				
			||||||
 | 
					      };
 | 
				
			||||||
 | 
					      touchpad = {
 | 
				
			||||||
 | 
					        middleEmulation = false;
 | 
				
			||||||
 | 
					        clickMethod = "buttonareas";
 | 
				
			||||||
 | 
					        tapping = true;
 | 
				
			||||||
 | 
					        naturalScrolling = true;
 | 
				
			||||||
 | 
					      };
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
    xserver = {
 | 
					    xserver = {
 | 
				
			||||||
      enable = true;
 | 
					      enable = true;
 | 
				
			||||||
      libinput = {
 | 
					 | 
				
			||||||
        enable = true;
 | 
					 | 
				
			||||||
        mouse = {
 | 
					 | 
				
			||||||
          accelSpeed = "0";
 | 
					 | 
				
			||||||
          #         accelProfile = "flat";
 | 
					 | 
				
			||||||
        };
 | 
					 | 
				
			||||||
        touchpad = {
 | 
					 | 
				
			||||||
          middleEmulation = false;
 | 
					 | 
				
			||||||
          clickMethod = "buttonareas";
 | 
					 | 
				
			||||||
          tapping = true;
 | 
					 | 
				
			||||||
          naturalScrolling = true;
 | 
					 | 
				
			||||||
        };
 | 
					 | 
				
			||||||
      };
 | 
					 | 
				
			||||||
      displayManager = {
 | 
					      displayManager = {
 | 
				
			||||||
        startx = {
 | 
					        startx = {
 | 
				
			||||||
          enable = true;
 | 
					          enable = true;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user