mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 23:29:08 +01:00
Improve wording in messages
This commit is contained in:
parent
e69e9c8491
commit
e2f312b2c5
9 changed files with 31 additions and 27 deletions
|
|
@ -58,7 +58,7 @@ in
|
|||
systemd.user.services.ntfy-client = {
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
Unit = {
|
||||
Description = "ntfy client subscriber";
|
||||
Description = "ntfy client subscription";
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
After = [ "graphical-session.target" ];
|
||||
X-Restart-Triggers = [ config.xdg.configFile."ntfy/client.yml".source ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue