todo amend libolm

This commit is contained in:
chayleaf 2024-11-24 13:47:03 +07:00
parent 9a9991acdc
commit 99cd2240a5
Signed by: chayleaf
GPG key ID: 78171AD46227E68E
2 changed files with 7 additions and 0 deletions

View file

@ -60,6 +60,10 @@
chatty
];
nixpkgs.config.permittedInsecurePackages = [
"olm-3.2.16"
];
programs.sway.enable = true;
xdg.portal = {
enable = true;

View file

@ -32,4 +32,7 @@ in {
levenshtein
pillow
];
nixpkgs.config.permittedInsecurePackages = [
"olm-3.2.16"
];
}