i setup the script wrong :)
This commit is contained in:
parent
32b35ba6ca
commit
a9cfd03fc1
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
||||||
# fuck you AOC
|
# fuck you AOC
|
||||||
# my monitor only works on 240hz now
|
# my monitor only works on 240hz now
|
||||||
services.xserver.displayManager.setupCommands = ''
|
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";
|
home-manager.users.sako.home.stateVersion = "24.05";
|
||||||
|
|
Loading…
Reference in a new issue