Add logseq to desktop installs

This commit is contained in:
albert 2024-08-13 12:45:32 +09:00
parent e23620655e
commit e8c8a033a6
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -136,7 +136,8 @@
inherit system;
config.allowUnfree = unfree;
hostPlatform = system;
# For Logseq / Obsidian
config.permittedInsecurePackages = [ "electron-27.3.11" ];
};
};