mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 10:13:50 -08:00
9 lines
322 B
Nix
9 lines
322 B
Nix
{
|
|
inputs,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
wayland.windowManager.hyprland.settings.monitor = ["DP-1,2560x1440@165,1920x0,auto" "HDMI-A-1,1920x1080@60,0x0,1"];
|
|
# wayland.windowManager.hyprland.package = inputs.stablepkgs.legacyPackages.${pkgs.system}.hyprland;
|
|
wayland.windowManager.hyprland.settings.render.explicit_sync = 0;
|
|
}
|