From be5747d594567c2322a3bd1a3ed81f4b9a29e115 Mon Sep 17 00:00:00 2001 From: Snuggle <^-^@snugg.ie> Date: Sun, 1 Sep 2024 10:44:53 +0100 Subject: [PATCH] Made some pineapple changes --- config/dconf/dconf.nix | 5 +++++ hosts/pineapple/configuration.nix | 1 + 2 files changed, 6 insertions(+) diff --git a/config/dconf/dconf.nix b/config/dconf/dconf.nix index 2458ebc..c3bea50 100644 --- a/config/dconf/dconf.nix +++ b/config/dconf/dconf.nix @@ -59,6 +59,11 @@ with lib.hm.gvariant; automatic-timezone = true; }; + "org/gnome/desktop/peripherals/touchpad" = { + tap-to-click = true; + disable-while-typing = false; + }; + "org/gnome/desktop/peripherals/mouse" = { accel-profile = "flat"; natural-scroll = true; diff --git a/hosts/pineapple/configuration.nix b/hosts/pineapple/configuration.nix index 5e59d37..4747c48 100644 --- a/hosts/pineapple/configuration.nix +++ b/hosts/pineapple/configuration.nix @@ -61,6 +61,7 @@ # Enable touchpad support (enabled default in most desktopManager). services.xserver.libinput.enable = true; + services.xserver.libinput.touchpad.tapping = true; # Define a user account. Don't forget to set a password with ‘passwd’. # users.users.alice = {