blob: b94a2697fd147bc0fdb0103fc4ee0cb4953540ef [file] [log] [blame]
{ pkgs, ... }: {
home.packages = with pkgs; [
syncplay
vlc
];
}