summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
Diffstat (limited to 'shell.qml')
-rw-r--r--shell.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell.qml b/shell.qml
index a1ab585..1131bae 100644
--- a/shell.qml
+++ b/shell.qml
@@ -1,4 +1,5 @@
import "modules/bar"
+import "modules/launcher"
import "config"
import Quickshell
import QtQuick.Controls.Material
@@ -10,4 +11,5 @@ ShellRoot {
Material.background: Appearance.colours.m3background
Bar {}
+ Launcher {}
}