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