nix-dotfiles/home-manager/modules/ffmpeg.nix
2026-03-02 03:38:24 -07:00

5 lines
64 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
ffmpeg
];
}