new monitor baybeeeeeeeeeeeeee

This commit is contained in:
uku 2024-02-11 01:14:29 +01:00
parent 91146008c9
commit 5ebcafb2af
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -10,6 +10,6 @@
hm = { hm = {
home.packages = with pkgs; [ryujinx]; home.packages = with pkgs; [ryujinx];
wayland.windowManager.hyprland.settings.monitor = lib.mkForce ["DP-1,1920x1200@60,0x0,1" "HDMI-A-1,1440x900@60,1920x300,1"]; wayland.windowManager.hyprland.settings.monitor = lib.mkForce ["DP-1,3840x2160@144,0x0,1.5" "HDMI-A-1,1440x900@60,1920x300,1"];
}; };
} }