diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-01-20 08:53:16 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-01-22 10:23:47 +0100 |
commit | 5f506d9e6cec42dc30c61586ca5f291f5b2674bc (patch) | |
tree | 42ed94f3912a1255e35f8845123202725233be61 /hosts/work.nix | |
parent | c3956fe982c2a2699a68120dc5b74fd8dee4f273 (diff) |
some (not working) changes for pointer
Diffstat (limited to 'hosts/work.nix')
-rw-r--r-- | hosts/work.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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; |