{
pkgs,
config,
...
}:
home.packages = with pkgs; [
# audio control
pavucontrol
playerctl
pulsemixer
];
services = {
playerctld.enable = true;
};
}