From 355afe36ea6b70bdec74d2cdc73fd856f2389381 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 19 Apr 2025 11:55:50 -0700 Subject: home: mute script --- modules/home/tools/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/home/tools') diff --git a/modules/home/tools/default.nix b/modules/home/tools/default.nix index 9627d0f..98b37c7 100644 --- a/modules/home/tools/default.nix +++ b/modules/home/tools/default.nix @@ -11,5 +11,8 @@ with lib; with lib.${namespace}; { ]; persist = [ ".wine" ]; }) + (mkSimpleTool "mute" { + packages = [ cxl.mute ]; + }) ]; } -- cgit v1.2.3