8 lines
130 B
Nix
8 lines
130 B
Nix
{ ... }: {
|
|
wayland.windowManager.hyprland = {
|
|
settings = {
|
|
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
|
|
};
|
|
};
|
|
}
|