mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
Update Inspiron 5509
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../../common/cpu/intel
|
../../../common/cpu/intel/tiger-lake
|
||||||
../../../common/gpu/intel
|
|
||||||
../../../common/pc/laptop
|
../../../common/pc/laptop
|
||||||
../../../common/pc/ssd
|
../../../common/pc/ssd
|
||||||
];
|
];
|
||||||
@@ -14,8 +13,8 @@
|
|||||||
services.thermald.enable = lib.mkDefault true;
|
services.thermald.enable = lib.mkDefault true;
|
||||||
|
|
||||||
# Touchpad
|
# Touchpad
|
||||||
services.xserver = {
|
services.libinput.touchpad = {
|
||||||
libinput.touchpad.tapping = true;
|
tapping = true;
|
||||||
libinput.touchpad.tappingDragLock = true;
|
tappingDragLock = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user