diff --git a/module.nix b/module.nix index 9a05acc..903effb 100644 --- a/module.nix +++ b/module.nix @@ -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";