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