From 742db89908ea07c840769ea13e0ff966f944da54 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 20 Jun 2024 10:20:37 -0400 Subject: [PATCH] desktop/wm: add pavucontrol --- modules/modules/desktop/wm.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/modules/desktop/wm.nix b/modules/modules/desktop/wm.nix index a997ed9..16dfbd6 100644 --- a/modules/modules/desktop/wm.nix +++ b/modules/modules/desktop/wm.nix @@ -61,6 +61,8 @@ in xclip xdotool + pavucontrol + config.common.wm.locker ]; }