add autoclicker
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user