fix(client): replace BAD ffmpeg with GOOD ffmpeg-full
This commit is contained in:
parent
9d7d0a6c89
commit
c2ea33fee0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nil
|
nil
|
||||||
ffmpeg
|
(ffmpeg-full.override {withUnfree = true;})
|
||||||
fastfetch
|
fastfetch
|
||||||
jujutsu
|
jujutsu
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue