Commit db937fecd254
Changed files (1)
machine
machine/shikoku.nix
@@ -59,11 +59,17 @@ with import ../assets/machines.nix; {
};
xserver = {
videoDrivers = [ "nvidia" ];
+ xrandrHeads = [
+ { output = "HDMI-0"; primary = true; }
+ { output = "DP-0"; monitorConfig = "Option \"Rotate\" \"right\""; }
+ ];
+ /*
displayManager = {
sessionCommands = ''
xrandr --output HDMI-0 --primary --mode 3440x1440 --pos 0x424 --rotate normal--output DP-0 --mode 2560x1440 --pos 3440x0 --rotate right
'';
};
+ */
dpi = 96;
};
};