host/home: use display port instead
This commit is contained in:
parent
1f5cec136d
commit
4d81e52098
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
# 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-1";
|
output = "DP-3";
|
||||||
monitorConfig = ''
|
monitorConfig = ''
|
||||||
Option "PreferredMode" "1920x1080"
|
Option "PreferredMode" "1920x1080"
|
||||||
Option "Rotate" "right"
|
Option "Rotate" "right"
|
||||||
|
|
Loading…
Reference in a new issue