all repos — nixfiles @ 2ad5213fbb065d59e8435669f71b054bd9fd52f5

System and user configuration, managed by nix and home-manager

Ensure mouse settings are applied

Alan Pearce
commit

2ad5213fbb065d59e8435669f71b054bd9fd52f5

parent

a51c068086b6e135ae2e1067f3d9aacc0b6c8ae8

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M system/settings/hardware/mouse.nixsystem/settings/hardware/mouse.nix
@@ -2,6 +2,7 @@ { config, pkgs, ... }:
{ services.xserver.libinput = { + enable = true; accelProfile = "flat"; accelSpeed = "0"; };