From 7f9ad826af3794789cbca2aaa944947f549cc908 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 26 Sep 2024 19:21:34 +0300 Subject: fix(tazjin/home): fix swayidle launch order Change-Id: I2744ae2cef7fc59705b910f48e25289fdea4494d Reviewed-on: https://cl.tvl.fyi/c/depot/+/12515 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/home/shared.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/tazjin') diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix index a5aa5296a132..3baadc555793 100644 --- a/users/tazjin/home/shared.nix +++ b/users/tazjin/home/shared.nix @@ -90,6 +90,7 @@ in { event = "lock"; command = cmd; } ]; }; + systemd.user.services.swayidle.Unit.After = lib.mkForce [ "niri.service" ]; # Enable the dunst notification daemon, but force the # configuration file separately instead of going via the strange -- cgit 1.4.1