11 lines
179 B
Nix
11 lines
179 B
Nix
{
|
|
wayland.windowManager.hyprland = {
|
|
settings = {
|
|
monitor = [
|
|
"DP-2, 2560x1440@144, 0x0, 1"
|
|
"DP-1, 1920x1080@120, -1920x180, 1"
|
|
];
|
|
};
|
|
};
|
|
}
|