From 55d5c61c7a7e786f0f641e17c57a94adaf80042f Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 15 Dec 2025 23:57:27 +0100 Subject: [PATCH] disable 2nd monitor for now --- hosts/lambdaos/configuration.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index daba1d9..c9f031a 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -66,15 +66,15 @@ refresh-rate = 360; scale = "1"; } - { - name = "HDMI-A-1"; - horizontal = 2560; - vertical = 1440; - horizontal-offset = 2560; - vertical-offset = 0; - refresh-rate = 144; - scale = "1"; - } + # { + # name = "HDMI-A-1"; + # horizontal = 2560; + # vertical = 1440; + # horizontal-offset = 2560; + # vertical-offset = 0; + # refresh-rate = 144; + # scale = "1"; + # } ]; extraConfig = { programs.btop.package = pkgs.btop.overrideAttrs (oldAttrs: {