diff --git a/dell/inspiron/5509/default.nix b/dell/inspiron/5509/default.nix index 96355a2..e77c9fd 100644 --- a/dell/inspiron/5509/default.nix +++ b/dell/inspiron/5509/default.nix @@ -1,8 +1,7 @@ { lib, ... }: { imports = [ - ../../../common/cpu/intel - ../../../common/gpu/intel + ../../../common/cpu/intel/tiger-lake ../../../common/pc/laptop ../../../common/pc/ssd ]; @@ -14,8 +13,8 @@ services.thermald.enable = lib.mkDefault true; # Touchpad - services.xserver = { - libinput.touchpad.tapping = true; - libinput.touchpad.tappingDragLock = true; + services.libinput.touchpad = { + tapping = true; + tappingDragLock = true; }; }