From cc337816ee3d657859ab11bdd9118d50a9629c92 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 1 May 2025 01:14:35 -0700 Subject: c-pc: autoclicker script --- modules/home/suites/desktop/default.nix | 1 + modules/home/tools/default.nix | 3 +++ 2 files changed, 4 insertions(+) (limited to 'modules') diff --git a/modules/home/suites/desktop/default.nix b/modules/home/suites/desktop/default.nix index ca2855d..7a07d79 100644 --- a/modules/home/suites/desktop/default.nix +++ b/modules/home/suites/desktop/default.nix @@ -18,6 +18,7 @@ in { tools = { mute.enable = true; + click.enable = true; }; desktop.components = { diff --git a/modules/home/tools/default.nix b/modules/home/tools/default.nix index 98b37c7..132194d 100644 --- a/modules/home/tools/default.nix +++ b/modules/home/tools/default.nix @@ -14,5 +14,8 @@ with lib; with lib.${namespace}; { (mkSimpleTool "mute" { packages = [ cxl.mute ]; }) + (mkSimpleTool "click" { + packages = [ cxl.click ]; + }) ]; } -- cgit v1.2.3