Structural changes
This commit is contained in:
6
programs/video.nix
Normal file
6
programs/video.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
vlc
|
||||
ffmpeg_5-full
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user