From 7d6fa4028d2aea7f7f28f024226f54491a8dc349 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 15 Jul 2024 23:23:50 +0800 Subject: [PATCH] chore: debug hyprland --- home/linux/gui/hyprland/values/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/linux/gui/hyprland/values/hyprland.nix b/home/linux/gui/hyprland/values/hyprland.nix index 1cb1c435..43a7371b 100644 --- a/home/linux/gui/hyprland/values/hyprland.nix +++ b/home/linux/gui/hyprland/values/hyprland.nix @@ -4,7 +4,7 @@ nur-ryan4yin, ... }: let - package = pkgs.hyprland; + package = pkgs.hyprland.override {debug = true;}; in { # NOTE: # We have to enable hyprland/i3's systemd user service in home-manager,