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.homeDirectory = "/home/xenia";
home.stateVersion = "22.11";
programs.firefox.package = pkgs.firefox-wayland;
wayland.windowManager.sway.config = {
output.HDMI-A-2.scale = "2.0";
startup = [{command = "steam";}];
wayland.windowManager.sway.config.output."Acer Technologies ED270R TJMEE0043W01" = {
mode = "1920x1080@165Hz";
adaptive_sync = "on";
};
};