Files
nixos/laptop/modules/home/dconf/gnome.nix
2026-03-15 17:37:50 +01:00

12 lines
238 B
Nix

{ ... }:
{
dconf.settings = {
"org/gnome/desktop/peripherals/touchpad" = {
click-method = "areas";
disable-while-typing = true;
speed = 0.19548872180451138;
two-finger-scrolling-enabled = true;
};
};
}