diff options
Diffstat (limited to 'modules/desktop/software/services/libinput.nix')
| -rw-r--r-- | modules/desktop/software/services/libinput.nix | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/modules/desktop/software/services/libinput.nix b/modules/desktop/software/services/libinput.nix index 643f814..e010873 100644 --- a/modules/desktop/software/services/libinput.nix +++ b/modules/desktop/software/services/libinput.nix @@ -1,13 +1,7 @@ { services.libinput = { enable = true; - - mouse = { - accelProfile = "flat"; - }; - - touchpad = { - accelProfile = "flat"; - }; + mouse.accelProfile = "flat"; + touchpad.accelProfile = "flat"; }; } |