From fd7796b42cccbe8b6696d34fee119c7256189e2a Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Sun, 15 Sep 2024 18:35:48 +0200 Subject: [PATCH] Use 75Hz --- hosts/frues-pc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/frues-pc/default.nix b/hosts/frues-pc/default.nix index 7c3a17b..e2e8e45 100644 --- a/hosts/frues-pc/default.nix +++ b/hosts/frues-pc/default.nix @@ -32,7 +32,7 @@ }; home-manager.users.${username}.wayland.windowManager.hyprland.settings.monitor = [ - "HDMI-A-1, 1920x1080@60, 0x0, 1" + "HDMI-A-1, 1920x1080@75, 0x0, 1" "DP-1, 2560x1440@165, 1920x0, 1.333333" ]; }