nixos/hosts/Vanguard/home.nix
2024-04-21 06:40:55 +01:00

17 lines
392 B
Nix

{...}: {
wayland.windowManager.sway.config = {
output = {
"Acer Technologies ED270R TJMEE0043W01" = {
mode = "1920x1080@165Hz";
pos = "1080 420";
adaptive_sync = "off";
};
"Ancor Communications Inc VS278 FALMQS032358" = {
pos = "0 0";
transform = "270";
};
};
};
programs.waybar.settings.main.output = ["DP-2"];
}