From 82b2e20fbffe6a5f0555701af136ad3e734a5faa Mon Sep 17 00:00:00 2001 From: V7 Date: Sat, 1 Jun 2024 17:43:46 +0530 Subject: [PATCH] Update Inspiron 5509 --- dell/inspiron/5509/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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; }; }