mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Implement home-manager
This commit is contained in:
15
laptop/modules/home/dconf/gnome.nix
Normal file
15
laptop/modules/home/dconf/gnome.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
...
|
||||
|
||||
}:
|
||||
|
||||
{
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/peripherals/touchpad" = {
|
||||
click-method = "areas";
|
||||
disable-while-typing = true;
|
||||
speed = 0.19548872180451138;
|
||||
two-finger-scrolling-enabled = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user