6 lines
102 B
Nix
6 lines
102 B
Nix
{
|
|
flake.modules.homeManager.nm-applet = {
|
|
services.network-manager-applet.enable = true;
|
|
};
|
|
}
|