diff options
Diffstat (limited to '')
-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 |