5 lines
96 B
Nix
5 lines
96 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
config.services.network-manager-applet = { enable = true; };
|
|
}
|