add insecure libolm and ffmpeg

Signed-off-by: June Clementine Strawberry <strawberry@puppygock.gay>
This commit is contained in:
June Clementine Strawberry 2024-12-25 14:53:58 -05:00
parent 3338f9a856
commit ec1a9f39a5
No known key found for this signature in database

View file

@ -251,6 +251,11 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Allow insecure libolm, used by gomuks
nixpkgs.config.permittedInsecurePackages = [
"olm-3.2.16"
];
fonts = {
enableDefaultPackages = true;
packages = with pkgs; [
@ -356,6 +361,8 @@
killall
jq
bitwarden-cli
ffmpeg-full
olm
];
programs.zsh = {