Update config for amd instead of nvidia gpu

This commit is contained in:
thiloho
2023-06-01 17:30:28 +02:00
parent 226ae58cc3
commit bfab0d23d1
3 changed files with 5 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
../shared.nix
];
services.xserver.windowManager.i3.extraSessionCommands = "xrandr --output DP-0 --left-of DP-4 --mode 1920x1080 --rate 144 --output DP-4 --mode 1920x1080 --rate 144";
services.xserver.windowManager.i3.extraSessionCommands = "xrandr --output DP-1 --left-of DP-2 --mode 1920x1080 --rate 144 --output DP-2 --mode 1920x1080 --rate 144";
networking.hostName = "pc";