mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
8 lines
249 B
Nix
8 lines
249 B
Nix
{
|
|
inputs,
|
|
system,
|
|
...
|
|
}: {
|
|
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.${system}.hyprland;
|
|
}
|