From 89a7b5362b501e32a5041321433ecbf64931f991 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 4 Jul 2024 23:14:53 +0400 Subject: [PATCH] one last try --- hosts/sakopc/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/sakopc/configuration.nix b/hosts/sakopc/configuration.nix index b15d4baa..0730cc6d 100644 --- a/hosts/sakopc/configuration.nix +++ b/hosts/sakopc/configuration.nix @@ -99,9 +99,9 @@ # fuck you AOC # my monitor only works on 240hz now -# services.xserver.displayManager.setupCommands = '' -# xrandr --output DP-0 --mode 1920x1080 --rate 239.96 --output HDMI-0 --mode 1920x1080 --primary --left-of DP-0 -# ''; + services.xserver.displayManager.setupCommands = '' + ${pkgs.xorg.xrandr}/bin/xrandr --output DP-0 --mode 1920x1080 --rate 239.96 --output HDMI-0 --mode 1920x1080 --primary --left-of DP-0 + ''; home-manager.users.sako.home.stateVersion = "24.05"; # DO NOT CHANGE THIS!!!!