aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/home/suites/desktop/default.nix1
-rw-r--r--modules/home/tools/default.nix3
2 files changed, 4 insertions, 0 deletions
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 ];
+ })
];
}