diff --git a/hosts/nullbox/home.nix b/hosts/nullbox/home.nix index 8970f09..29d2a25 100644 --- a/hosts/nullbox/home.nix +++ b/hosts/nullbox/home.nix @@ -7,5 +7,12 @@ nixfiles.profile.base.enable = true; home.stateVersion = "23.11"; + + wayland.windowManager.hyprland.settings = { + monitor = [ + "HDMI-A-3,disable" + "DP-3,highrr,auto,1" + ]; + }; }; }