nix-config/users/default/bluetooth.nix
2025-12-23 15:43:07 +01:00

5 lines
55 B
Nix

{ ... }:
{
services.blueman-applet.enable = true;
}