From 0bf7d36ec1f139ae95ec21dd8f98f26904ed4f89 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 10 Feb 2025 21:02:10 -0500 Subject: turn off hyprland debugging --- nix/programs/hypr/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/programs/hypr/hyprland.nix b/nix/programs/hypr/hyprland.nix index c2cf6b0..7ca450d 100644 --- a/nix/programs/hypr/hyprland.nix +++ b/nix/programs/hypr/hyprland.nix @@ -7,7 +7,7 @@ let hyprland-plugins = inputs.hyprland-plugins.packages.${system}; hy3 = inputs.hy3.packages.${system}; - debug = true; + debug = false; in -- cgit v1.2.3-freya