12 lines
255 B
Nix
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"
|
|
];
|
|
};
|
|
};
|
|
}
|