From 1e5c09b1e826769997c70145b8a3d47a6b969ad0 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Tue, 18 Feb 2025 12:01:20 +0200 Subject: [PATCH] Add vlc to video-and-sound module --- modules/video-and-sound.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/video-and-sound.nix b/modules/video-and-sound.nix index 43e7c76..1793345 100644 --- a/modules/video-and-sound.nix +++ b/modules/video-and-sound.nix @@ -4,6 +4,7 @@ ... }: { environment.systemPackages = with pkgs; [ + vlc #shotcut ];