aboutsummaryrefslogtreecommitdiff
path: root/modules/home/suites/desktop/default.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-04-19 11:55:50 -0700
committerCaroline Larimore <caroline@larimo.re>2025-04-19 11:55:50 -0700
commit355afe36ea6b70bdec74d2cdc73fd856f2389381 (patch)
tree9b3876145c68be19bcf453bfc327f0afb8150b88 /modules/home/suites/desktop/default.nix
parentb83172582880e0880f225b0e77969ca8c7f8bcc8 (diff)
home: mute script
Diffstat (limited to 'modules/home/suites/desktop/default.nix')
-rw-r--r--modules/home/suites/desktop/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/home/suites/desktop/default.nix b/modules/home/suites/desktop/default.nix
index 530a63a..985dca2 100644
--- a/modules/home/suites/desktop/default.nix
+++ b/modules/home/suites/desktop/default.nix
@@ -16,6 +16,10 @@ in {
firefox.enable = true;
};
+ tools = {
+ mute.enable = true;
+ };
+
desktop.components = {
i3.enable = true;