Update output config for Vanguard

This commit is contained in:
Evie Litherland-Smith 2023-06-26 07:36:32 +01:00
parent 8ec0f5bf88
commit 0cb2ab6a4e
2 changed files with 4 additions and 4 deletions

View file

@ -1 +0,0 @@
{pkgs, ...}:

View file

@ -70,10 +70,11 @@
home.username = "xenia"; home.username = "xenia";
home.homeDirectory = "/home/xenia"; home.homeDirectory = "/home/xenia";
home.stateVersion = "22.11"; home.stateVersion = "22.11";
programs.firefox.package = pkgs.firefox-wayland;
wayland.windowManager.sway.config = { wayland.windowManager.sway.config.output."Acer Technologies ED270R TJMEE0043W01" = {
output.HDMI-A-2.scale = "2.0"; mode = "1920x1080@165Hz";
startup = [{command = "steam";}]; adaptive_sync = "on";
}; };
}; };