fix(client): replace BAD ffmpeg with GOOD ffmpeg-full

This commit is contained in:
uku 2024-11-14 19:19:25 +01:00
parent 9d7d0a6c89
commit c2ea33fee0
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -7,7 +7,7 @@
environment.systemPackages = with pkgs; [
nil
ffmpeg
(ffmpeg-full.override {withUnfree = true;})
fastfetch
jujutsu
];