From 8cdf4720d032a2b70004fac2b2909709d20b6641 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 22 Jan 2021 14:13:15 +0100 Subject: [PATCH] Update dependencies --- configurations/base-x.nix | 10 ++++++---- flake.lock | 12 ++++++------ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/configurations/base-x.nix b/configurations/base-x.nix index c85e9153..c45efcd3 100644 --- a/configurations/base-x.nix +++ b/configurations/base-x.nix @@ -5,10 +5,12 @@ displayManager.startx.enable = true; libinput = { enable = true; - disableWhileTyping = true; - scrollMethod = "twofinger"; - tapping = true; - tappingDragLock = true; + touchpad = { + disableWhileTyping = true; + scrollMethod = "twofinger"; + tapping = true; + tappingDragLock = true; + }; }; xkbVariant = "altgr-intl"; }; diff --git a/flake.lock b/flake.lock index 18398a5a..b5c386e5 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1611257703, - "narHash": "sha256-EF2wMnSMOWCDFNkUY+D+2i7wOVWk5qPBdvOA/qdGqYs=", + "lastModified": 1611270612, + "narHash": "sha256-tLQWDaKnrRTbkqm1am5fJM/eYNJUt/Mpr+6F7h28wNw=", "owner": "nix-community", "repo": "home-manager", - "rev": "b0c87272867ca97f950af2d62fbf3d6cfe4da112", + "rev": "2c0e3f61da903613cc316cb992c8c07d92e1d186", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1611194899, - "narHash": "sha256-5/MFXsPx/f4g9mS2X5bADQCT0C/12H7JGtRSv4mDqUg=", + "lastModified": 1611282426, + "narHash": "sha256-0FRgqo6k8ORWakDZMgb2IcLbS4TI15wAV9OEf7SHOJw=", "owner": "charvp", "repo": "nixpkgs", - "rev": "c4ba6fc358977cb0c106fd4404836cbcd6505102", + "rev": "046d24424ef32cca1227519f93f41b5ec8133f31", "type": "github" }, "original": {