snowhawk: remove xrandrHeads comment
parent
789c09e24a
commit
217f09f7ef
|
@ -37,17 +37,6 @@
|
|||
# Load nvidia driver for Xorg and Wayland
|
||||
services.xserver.videoDrivers = lib.mkDefault [ "nvidia" ];
|
||||
services.xserver.dpi = lib.mkDefault 96;
|
||||
# services.xserver.xrandrHeads = [
|
||||
# { output = "HDMI-0"; }
|
||||
# {
|
||||
# output = "DP-0";
|
||||
# primary = true;
|
||||
# monitorConfig = ''
|
||||
# Option "Position" "1920 0"
|
||||
# '';
|
||||
# }
|
||||
# ];
|
||||
|
||||
|
||||
systemd.user.services.screenlayout = {
|
||||
script = lib.getExe
|
||||
|
|
Loading…
Reference in New Issue