diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-09-26T16·21+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2024-09-26T16·34+0000 |
commit | 7f9ad826af3794789cbca2aaa944947f549cc908 (patch) | |
tree | de6a0fca0ad7702f936eca9e654e7665d33a4ce5 | |
parent | bd5d07c49ed8fd92af2893fb5e74246068b59236 (diff) |
fix(tazjin/home): fix swayidle launch order r/8719
Change-Id: I2744ae2cef7fc59705b910f48e25289fdea4494d Reviewed-on: https://cl.tvl.fyi/c/depot/+/12515 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
-rw-r--r-- | users/tazjin/home/shared.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |