i setup the script wrong :)

This commit is contained in:
Sakooooo 2024-07-04 23:10:19 +04:00
parent 32b35ba6ca
commit a9cfd03fc1

View file

@ -100,7 +100,7 @@
# 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
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";