feat(nix): add salut service and nm-applet

This commit is contained in:
steveej 2023-05-23 19:02:35 +02:00
parent 6970b8c7d2
commit e2abe10c28
5 changed files with 50 additions and 29 deletions

View file

@ -2,7 +2,7 @@
in {
mkSimpleTrayService = {execStart}: {
Unit = {
Description = "pasystray applet";
Description = "";
After = ["graphical-session-pre.target"];
PartOf = ["graphical-session.target"];
};