5 lines
92 B
Nix
5 lines
92 B
Nix
{pkgs, ...}: {
|
|
home.packages = [
|
|
(pkgs.ffmpeg-full.override {withXcb = true;})
|
|
];
|
|
}
|