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;