0
0
Fork 0
flake/system/desktop/apps.nix
2025-01-02 17:26:51 -08:00

4 lines
152 B
Nix

{config, ...}: {
programs.nm-applet.enable = config.networking.networkmanager.enable;
services.blueman.enable = config.hardware.bluetooth.enable;
}