feat: re-enable hyprland explicit sync

This commit is contained in:
Youwen Wu 2024-09-12 02:05:17 -07:00
parent a9e8554c03
commit 201879ab17
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -9,5 +9,5 @@
"HDMI-A-1,1920x1080@60,0x0,1"
];
# wayland.windowManager.hyprland.package = inputs.stablepkgs.legacyPackages.${pkgs.system}.hyprland;
wayland.windowManager.hyprland.settings.render.explicit_sync = 0;
# wayland.windowManager.hyprland.settings.render.explicit_sync = 0;
}