todo amend libolm
This commit is contained in:
parent
9a9991acdc
commit
99cd2240a5
|
@ -60,6 +60,10 @@
|
|||
chatty
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
|
||||
programs.sway.enable = true;
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
|
|
|
@ -32,4 +32,7 @@ in {
|
|||
levenshtein
|
||||
pillow
|
||||
];
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue