From a2a8e8dd046678816c3797cb894b20abfe84e360 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 21 Dec 2024 13:19:48 +0530 Subject: Fix issue with pointer coordinates + Add mouse press/release actions --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index c7c2058..4ede626 100644 --- a/flake.nix +++ b/flake.nix @@ -62,6 +62,8 @@ packages = with pkgs; [ just nodemon + xorg.libXtst + xorg.libX11 ]; }; }; -- cgit v1.3.1