diff options
Diffstat (limited to 'desktop/shell.qml')
| -rw-r--r-- | desktop/shell.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/shell.qml b/desktop/shell.qml index d27583d..74c1ec2 100644 --- a/desktop/shell.qml +++ b/desktop/shell.qml @@ -15,6 +15,7 @@ import Quickshell.Wayland import "modules/appearance" import "modules/mail" import "modules/sound" +import "modules/vm" ShellRoot { // Quickshell exits once no window is visible, and the drawer is closed @@ -35,6 +36,7 @@ ShellRoot { SoundModule {}, MailModule {}, AppearanceModule {}, + VmModule {}, ] } |
