9 lines
134 B
Nix
9 lines
134 B
Nix
{
|
|
wayland.windowManager.hyprland = {
|
|
settings = {
|
|
monitor = [
|
|
"eDP-1, 1920x1080@60, 0x0, 1"
|
|
];
|
|
};
|
|
};
|
|
} |