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 {