cornflake/hosts/arcadia/display.nix
2025-10-04 02:58:56 +09:00

12 lines
255 B
Nix

{
wayland.windowManager.hyprland = {
settings = {
monitor = [
"DP-1, 5120x2880@60, 0x0, 2"
"DP-2, 1920x1080@144, 2560x-240, 1, transform, 1"
"HDMI-A-1, 2560x1440@144, -1440x-240, 1, transform, 1"
];
};
};
}