home: rename monitor names

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-17 11:56:38 +03:00
parent a79be701b6
commit 698a01b8ac
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -60,14 +60,14 @@
# Source: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/x11/xserver.nix#L83 # Source: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/x11/xserver.nix#L83
xrandrHeads = [ xrandrHeads = [
{ {
output = "HDMI-A-0"; output = "HDMI-1";
monitorConfig = '' monitorConfig = ''
Option "PreferredMode" "1920x1080" Option "PreferredMode" "1920x1080"
Option "Rotate" "right" Option "Rotate" "right"
''; '';
} }
{ {
output = "DisplayPort-1"; output = "DP-1";
primary = true; primary = true;
monitorConfig = '' monitorConfig = ''
Option "PreferredMode" "2560x1440" Option "PreferredMode" "2560x1440"