fix desktop for new pc build

This commit is contained in:
Noah Masur
2023-01-31 09:07:47 -05:00
parent 8915f17ea3
commit 521937e366
3 changed files with 26 additions and 18 deletions

View File

@ -32,11 +32,11 @@
# Set up screen position and rotation
setupCommands = ''
${pkgs.xorg.xrandr}/bin/xrandr --output DisplayPort-0 \
${pkgs.xorg.xrandr}/bin/xrandr --output DisplayPort-1 \
--mode 1920x1200 \
--pos 1920x0 \
--rotate left \
--output HDMI-0 \
--output HDMI-A-0 \
--primary \
--mode 1920x1080 \
--pos 0x560 \

View File

@ -6,8 +6,8 @@
# Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour.
networking.useDHCP = false;
networking.interfaces.enp0s31f6.useDHCP = true;
networking.interfaces.wlp3s0.useDHCP = true;
networking.interfaces.enp5s0.useDHCP = true;
networking.interfaces.wlp4s0.useDHCP = true;
};