fix: allow unsafe electron for logseq

This commit is contained in:
Alexandre Cavalheiro 2023-12-12 10:16:11 -03:00
parent 342b75ff46
commit 0b39a7a000
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -230,6 +230,11 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Allow installing electron 25.9 for LogSeq :(
nixpkgs.config.permittedInsecurePackages = [
"electron-25.9.0"
];
# Enable GPG.
programs.gnupg.agent = {
enable = true;