mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-03-31 17:50:23 +02:00
12 lines
238 B
Nix
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;
|
|
};
|
|
};
|
|
}
|