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