From a3eaee46b0e305f835d0f8cd77d84699a85cf603 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sun, 9 Mar 2025 22:46:10 +0100 Subject: [PATCH] strip 2nd monitor --- common/home/default.nix | 1 - hosts/lambdaos/configuration.nix | 9 --------- 2 files changed, 10 deletions(-) diff --git a/common/home/default.nix b/common/home/default.nix index 7c76f5e..af477a0 100644 --- a/common/home/default.nix +++ b/common/home/default.nix @@ -326,7 +326,6 @@ in }; Unit = { Description = "Automapaper for display ${name}"; - PartOf = "graphical-session.target"; After = "graphical-session.target"; Requisite = "graphical-session.target"; }; diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 227281e..aa805a5 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -134,15 +134,6 @@ refresh-rate = 360; scale = "1"; } - { - name = "DP-2"; - horizontal = 2560; - vertical = 1440; - horizontal-offset = 0; - vertical-offset = 0; - refresh-rate = 144; - scale = "1"; - } ]; extraConfig = { programs.btop.package = pkgs.btop.overrideAttrs (oldAttrs: rec {