4 lines
152 B
Nix
4 lines
152 B
Nix
{config, ...}: {
|
|
programs.nm-applet.enable = config.networking.networkmanager.enable;
|
|
services.blueman.enable = config.hardware.bluetooth.enable;
|
|
}
|