From 252d88c75813926cec83a525a275cb8c74aa90ba Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 20:17:43 +0100 Subject: [PATCH] quickshell: fix missing ShellRoot closing brace Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 6250fd6..46a77de 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -1668,7 +1668,7 @@ in } } - // Notification toast popup + // Notification toast Variants { model: Quickshell.screens @@ -1835,6 +1835,7 @@ in } } } + } ''; };