From d2e735fb081f103bc40772e33190648f382fb79b Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sun, 9 Mar 2025 22:41:41 +0100 Subject: [PATCH] remove from graphical-session.target --- common/home/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/home/default.nix b/common/home/default.nix index 6a16cdb..7c76f5e 100644 --- a/common/home/default.nix +++ b/common/home/default.nix @@ -225,7 +225,6 @@ in }; Unit = { - PartOf = "graphical-session.target"; After = "graphical-session.target"; Requisite = "graphical-session.target"; }; @@ -243,7 +242,6 @@ in }; Unit = { - PartOf = "graphical-session.target"; After = "graphical-session.target"; Requisite = "graphical-session.target"; }; @@ -262,7 +260,6 @@ in }; Unit = { - PartOf = "graphical-session.target"; After = "graphical-session.target"; Requisite = "graphical-session.target"; };