From 46585667dbc67e5023fd84c57285e6a52a917e99 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 20:36:12 +0100 Subject: [PATCH] quickshell: register Bar and NotificationToast in qmldir Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 06dcd8f..1eed4f8 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -459,6 +459,8 @@ in text = '' singleton Theme 1.0 Theme.qml singleton Commands 1.0 Commands.qml + Bar 1.0 Bar.qml + NotificationToast 1.0 NotificationToast.qml ''; };