feat: set adrastea monitor settings for hyprland

This commit is contained in:
Youwen Wu 2024-08-10 00:47:30 -07:00
parent 41a4fd7a9e
commit 0782d83b5b
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
wayland.windowManager.hyprland.settings.monitor = pkgs.lib.mkForce [ "eDP-1,2560x1440@165,0x0,1.6" ];
}