nixos/hosts/Vanguard/home.nix

20 lines
436 B
Nix
Raw Normal View History

2024-01-30 14:21:50 +00:00
{...}: {
wayland.windowManager.sway.config = {
output = {
"Acer Technologies ED270R TJMEE0043W01" = {
mode = "1920x1080@165Hz";
2024-04-20 19:25:38 +01:00
pos = "1080 420";
adaptive_sync = "off";
};
"Ancor Communications Inc VS278 FALMQS032358" = {
pos = "0 0";
2024-04-20 19:25:38 +01:00
transform = "270";
};
};
};
programs.waybar.settings = {
main.output = ["DP-2"];
alt.output = ["HDMI-A-1"];
};
2024-01-07 08:29:44 +00:00
}