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
 | 
			
		||||
{
 | 
			
		||||
  services = {
 | 
			
		||||
    libinput = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      mouse = {
 | 
			
		||||
        accelSpeed = "0";
 | 
			
		||||
        #         accelProfile = "flat";
 | 
			
		||||
      };
 | 
			
		||||
      touchpad = {
 | 
			
		||||
        middleEmulation = false;
 | 
			
		||||
        clickMethod = "buttonareas";
 | 
			
		||||
        tapping = true;
 | 
			
		||||
        naturalScrolling = true;
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
    xserver = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      libinput = {
 | 
			
		||||
        enable = true;
 | 
			
		||||
        mouse = {
 | 
			
		||||
          accelSpeed = "0";
 | 
			
		||||
          #         accelProfile = "flat";
 | 
			
		||||
        };
 | 
			
		||||
        touchpad = {
 | 
			
		||||
          middleEmulation = false;
 | 
			
		||||
          clickMethod = "buttonareas";
 | 
			
		||||
          tapping = true;
 | 
			
		||||
          naturalScrolling = true;
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
      displayManager = {
 | 
			
		||||
        startx = {
 | 
			
		||||
          enable = true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user