Add syncplay for movie nights with friends
diff --git a/modules/media.nix b/modules/media.nix
new file mode 100644
index 0000000..442c1b3
--- /dev/null
+++ b/modules/media.nix
@@ -0,0 +1,3 @@
+{pkgs, ...}: {
+  home.home.packages = with pkgs; [vlc syncplay];
+}