From a28a4c06ac2fb21d4ea0fcf31a6d5b6fc114a736 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sat, 11 Oct 2025 22:28:59 +0200 Subject: [PATCH] add autoclicker --- systems/pc/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index a6e988e..4fe503b 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -145,6 +145,14 @@ #kdePackages.qtdeclarative #libimobiledevice #ifuse # optional, to mount using 'ifuse' + (wl-clicker.overrideAttrs (old: { # wayland autoclicker + src = pkgs.fetchFromGitHub { + owner = "phonetic112"; + repo = "wl-clicker"; + rev = "f0241c374241d6cf74ba3abffb74a3fdcefa6f88"; + hash = "sha256-QwFT9e2FuczC+ew/lDrDnYYccrrfVJi3Rlrurhwk8ZU="; + }; + })) ]; documentation.man.generateCaches = true;