Reorganize

This commit is contained in:
2023-08-17 18:11:41 -04:00
parent 572a89d770
commit 54cf6de426
14 changed files with 16 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
{ lib, config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
vlc
ffmpeg_5-full
];
}