diff --git a/hosts/nero/configuration.nix b/hosts/nero/configuration.nix index ce5d047..8a6fe8d 100644 --- a/hosts/nero/configuration.nix +++ b/hosts/nero/configuration.nix @@ -26,7 +26,6 @@ in boot = { kernelParams = [ "vfio-pci.ids=10de:2782,10de:22bc" - "video=HDMI-A-1:896x672@100" ]; }; @@ -127,7 +126,7 @@ in environment = { sessionVariables = { - AVALONIA_SCREEN_SCALE_FACTORS = "DP-2=2.0;HDMI-A-1=2.0;DP-1=2.0"; + AVALONIA_SCREEN_SCALE_FACTORS = "HDMI-A-1=2.0;DP-1=2.0;DP-2=2.0;DP-3=2.0"; }; systemPackages = with pkgs; [