This commit is contained in:
alsaiduq-lab 2025-03-31 12:52:03 -06:00
parent b18938907a
commit 4aaf6b9d99
3 changed files with 89 additions and 81 deletions

View file

@ -0,0 +1,8 @@
{pkgs, ...}: {
home.packages = with pkgs; [
(ffmpeg.override {
withXcb = true;
withXlib = true;
})
];
}