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