feat(apps): ffmpeg binary alias

This commit is contained in:
Guz
2025-10-27 17:14:48 -03:00
parent 356850d653
commit 63f5c981da

View File

@@ -11,4 +11,9 @@
reaper
];
# Easier access to krita
home.file.".bin/ffmpeg" = {
executable = true;
source = lib.getExe pkgs.ffmpeg;
};
}