hm/graphical-client: enable nm-applet

I'm assuming (probably wrongly) that anything using my graphical-client preset
is _also_ using NetworkManager, which is probably true for real client machines
but may not be true on terminal services machines which also end up with this
preset.

Whatever, I'll work it out later.
This commit is contained in:
Luke Granger-Brown 2020-12-19 19:25:15 +00:00
parent d13dca3f02
commit cb4ba45b1b

View file

@ -60,6 +60,7 @@
}; };
startup = [ startup = [
{ command = "xss-lock --transfer-sleep-lock -- i3lock --nofork"; notification = false; } { command = "xss-lock --transfer-sleep-lock -- i3lock --nofork"; notification = false; }
{ command = "nm-applet"; notification = false; }
]; ];
}; };
}; };