From 4e6889e5b12e5f37205e79f0c151271d1cd1ecff Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 28 Feb 2024 16:14:40 -0500 Subject: [PATCH] nullbox: configure monitors under hyprland --- hosts/nullbox/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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" + ]; + }; }; }