diff options
author | Freya Murphy <freya@freyacat.org> | 2025-02-10 21:02:10 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-02-10 21:02:10 -0500 |
commit | 0bf7d36ec1f139ae95ec21dd8f98f26904ed4f89 (patch) | |
tree | 5423c561191cfba99afec39b9c338c2946feb225 | |
parent | zig (diff) | |
download | dotfiles-nix-0bf7d36ec1f139ae95ec21dd8f98f26904ed4f89.tar.gz dotfiles-nix-0bf7d36ec1f139ae95ec21dd8f98f26904ed4f89.tar.bz2 dotfiles-nix-0bf7d36ec1f139ae95ec21dd8f98f26904ed4f89.zip |
turn off hyprland debugging
-rw-r--r-- | nix/programs/hypr/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |