feat: instealled media editing programs for defiant

This commit is contained in:
Leyla Becker 2025-09-25 14:58:51 -05:00
parent ee80636b2b
commit 4d52c58f79
2 changed files with 10 additions and 0 deletions

View file

@ -3,5 +3,6 @@
imports = [
./hardware-configuration.nix
./configuration.nix
./packages.nix
];
}

View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
ffsubsync
sox
yt-dlp
ffmpeg
imagemagick
];
}