Files
nixos/hyprland/hypr/performance.nix

8 lines
84 B
Nix

{
wayland.windowManager.hyprland.settings = {
misc = {
vfr = true;
};
};
}