diff options
Diffstat (limited to 'hosts')
-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; |