From fbb7c2d49403c164c3af1780edbec739951d7e85 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 10:52:14 +0100 Subject: [PATCH] quickshell: fix missing closing brace Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 72a8818..34e0cf4 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -813,6 +813,7 @@ in menuOpener.menu = null; } } + } } } }