Start up nm-applet on boot
This commit is contained in:
parent
d6ddda0a92
commit
49ee90c4f1
1 changed files with 1 additions and 1 deletions
2
i3.nix
2
i3.nix
|
@ -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…
Add table
Reference in a new issue