mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	x13: fix loading psmouse
This commit is contained in:
		@@ -8,5 +8,5 @@
 | 
				
			|||||||
  ];
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Somehow psmouse does not load automatically on boot for me
 | 
					  # Somehow psmouse does not load automatically on boot for me
 | 
				
			||||||
  boot.kernelModules = [ "psmouse" ];
 | 
					  boot.initrd.kernelModules = [ "psmouse" ];
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user