nixfiles/home/bluetooth/bluetooth.nix

5 lines
90 B
Nix

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