6 lines
125 B
Nix
6 lines
125 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
wayland.windowManager.hyprland.settings.monitor = ",preferred,2880x1800@90.00Hz,1.33333";
|
|
}
|