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