Start up nm-applet on boot

This commit is contained in:
Elnu 2022-10-20 10:51:37 -07:00
parent d6ddda0a92
commit 49ee90c4f1

2
i3.nix
View file

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