From d9bac970e34f97e4d29e57dbbb1fe29172ab68a1 Mon Sep 17 00:00:00 2001 From: Odweta Date: Sun, 11 Jan 2026 19:59:33 +0100 Subject: [PATCH] nmtui popup --- hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprland.nix b/hyprland.nix index d29220b..0a5b80a 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -39,7 +39,7 @@ }; }; - windowrules = [ + windowrule = [ "float on, match:title nmtui-popup" "center on, match:title nmtui-popup" ];