13 lines
277 B
Nix
13 lines
277 B
Nix
{ ... }:
|
|
{
|
|
wayland.windowManager.hyprland.settings = {
|
|
monitor = [
|
|
"eDP-1, preferred, 0x0, 1, bitdepth, 8"
|
|
"DP-1, preferred, auto-up, 1"
|
|
"DP-2, preferred, auto-up, 1"
|
|
"DP-3, preferred, auto-up, 1"
|
|
"DP-4, preferred, auto-up, 1"
|
|
];
|
|
};
|
|
}
|