From 5f506d9e6cec42dc30c61586ca5f291f5b2674bc Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Mon, 20 Jan 2025 08:53:16 +0100 Subject: some (not working) changes for pointer --- hosts/work.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/work.nix') diff --git a/hosts/work.nix b/hosts/work.nix index 75613d7..9256d09 100644 --- a/hosts/work.nix +++ b/hosts/work.nix @@ -51,6 +51,8 @@ LC_TIME = "nl_NL.UTF-8"; }; + services.libinput.mouse.accelProfile = "flat"; + services.libinput.mouse.accelSpeed = "-5"; services.upower.enable = true; services.openssh.enable = true; services.openvpn.servers = { @@ -138,7 +140,7 @@ isNormalUser = true; description = "Jasper Ras"; extraGroups = [ "networkmanager" "wheel" "docker" ]; - packages = with pkgs; [ git helix ]; + packages = with pkgs; [ git ]; }; home-manager.useGlobalPkgs = true; -- cgit v1.2.3