mirror of
https://github.com/girlbossceo/nixos-config.git
synced 2025-04-29 05:59:26 -04:00
add insecure libolm and ffmpeg
Signed-off-by: June Clementine Strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
3338f9a856
commit
ec1a9f39a5
1 changed files with 7 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue