8 lines
129 B
Nix
8 lines
129 B
Nix
{ ... }: {
|
|
wayland.windowManager.hyprland = {
|
|
settings = {
|
|
"monitor" = "eDP-1, 2560x1600@60, 0x0, 1";
|
|
};
|
|
};
|
|
}
|