add autoclicker

This commit is contained in:
Kopatz
2025-10-11 22:28:59 +02:00
parent 0baf24e956
commit a28a4c06ac

View File

@@ -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;