fix: change service prerequisites to prevent missing niri socket

This commit is contained in:
atagen 2025-06-20 11:54:23 +10:00
parent 5e35a6a396
commit 389c4b3ee6

View File

@ -31,6 +31,8 @@ in
description = name;
wantedBy = [ "graphical-session.target" ];
partOf = [ "graphical-session.target" ];
after = [ "niri.service" ];
wants = [ "niri.service" ];
serviceConfig = {
Type = "notify";
Restart = "always";