Files
nixos/laptop/modules/home/dconf/gnome.nix

11 lines
236 B
Nix
Raw Normal View History

2026-03-23 21:24:20 +01:00
{...}: {
2026-03-01 08:19:46 +01:00
dconf.settings = {
"org/gnome/desktop/peripherals/touchpad" = {
click-method = "areas";
disable-while-typing = true;
speed = 0.19548872180451138;
two-finger-scrolling-enabled = true;
};
};
}