staging
This commit is contained in:
parent
b18938907a
commit
4aaf6b9d99
3 changed files with 89 additions and 81 deletions
8
home-manager/modules/ffmpeg.nix
Normal file
8
home-manager/modules/ffmpeg.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
(ffmpeg.override {
|
||||
withXcb = true;
|
||||
withXlib = true;
|
||||
})
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue