From 32b35ba6caf3f455bc660843119ccc9573386560 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 4 Jul 2024 23:04:18 +0400 Subject: [PATCH] inshallah monitor will be fixed --- hosts/sakopc/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/sakopc/configuration.nix b/hosts/sakopc/configuration.nix index e1d1b4c5..c5657fe4 100644 --- a/hosts/sakopc/configuration.nix +++ b/hosts/sakopc/configuration.nix @@ -97,6 +97,12 @@ }; }; + # fuck you AOC + # my monitor only works on 240hz now + services.xserver.displayManager.setupCommands = '' + ${pkgs.xorg.xrandr}/bin/xrandr --output DP-0 --primary --rate 239.96 --output HDMI-0 --left-of DP-0 +''; + home-manager.users.sako.home.stateVersion = "24.05"; # DO NOT CHANGE THIS!!!! # ONLY CHANGE WHEN FULLY REINSTALLING