todo amend libolm
This commit is contained in:
parent
43c3ce68b9
commit
49a8967d8f
system/hosts
|
@ -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