Files
nixos/hyprland/hypr/performance.nix

8 lines
84 B
Nix
Raw Normal View History

2026-04-08 17:50:06 +02:00
{
wayland.windowManager.hyprland.settings = {
misc = {
vfr = true;
};
};
}