7 lines
106 B
Nix
7 lines
106 B
Nix
|
{ config, lib, ... }:
|
||
|
|
||
|
{
|
||
|
services.blueman-applet.enable = true;
|
||
|
services.mpris-proxy.enable = true;
|
||
|
}
|