feat: enable Hyprland and wlroots logging for debugging

This commit is contained in:
Bernardo Magri
2026-04-06 22:18:20 +01:00
parent d0f7e67d3d
commit 98b7c99023

View File

@@ -9,11 +9,16 @@ in
{
home.sessionVariables = {
WLR_NO_HARDWARE_CURSORS = "1";
HYPRLAND_LOG_WLR = "1";
};
wayland.windowManager.hyprland = {
enable = true;
settings = {
"debug" = {
"disable_logs" = false;
"enable_stdout_logs" = true;
};
"cursor" = {
"no_hardware_cursors" = true;
};