mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 10:10:22 +02:00
16 lines
242 B
Nix
16 lines
242 B
Nix
{
|
|
...
|
|
|
|
}:
|
|
|
|
{
|
|
dconf.settings = {
|
|
"org/gnome/desktop/peripherals/touchpad" = {
|
|
click-method = "areas";
|
|
disable-while-typing = true;
|
|
speed = 0.19548872180451138;
|
|
two-finger-scrolling-enabled = true;
|
|
};
|
|
};
|
|
}
|