5 lines
122 B
Nix
5 lines
122 B
Nix
{ config, ... }: {
|
|
xsession.preferStatusNotifierItems = true;
|
|
services = { network-manager-applet.enable = true; };
|
|
}
|