Start up nm-applet on boot

inky
Elnu 2 years ago
parent d6ddda0a92
commit 49ee90c4f1

@ -24,7 +24,7 @@ in {
};
startup = [
{
command = "(systemctl --user restart polybar &) && lock";
command = "(systemctl --user restart polybar &) && (nm-applet &) && lock";
always = true;
notification = false;
}

Loading…
Cancel
Save