diff --git a/hosts/snowhawk/hardware-configuration.nix b/hosts/snowhawk/hardware-configuration.nix index f5e8903..cb90640 100644 --- a/hosts/snowhawk/hardware-configuration.nix +++ b/hosts/snowhawk/hardware-configuration.nix @@ -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