aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/shell.qml
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/shell.qml')
-rw-r--r--desktop/shell.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/shell.qml b/desktop/shell.qml
index c654cd4..2168a1b 100644
--- a/desktop/shell.qml
+++ b/desktop/shell.qml
@@ -13,6 +13,7 @@ import Quickshell
import Quickshell.Io
import Quickshell.Wayland
import "modules/appearance"
+import "modules/sound"
ShellRoot {
// Quickshell exits once no window is visible, and the drawer is closed
@@ -30,6 +31,7 @@ ShellRoot {
Drawer {
id: drawer
modules: [
+ SoundModule {},
AppearanceModule {},
]
}