allow obsidian to install electron

This commit is contained in:
Tyler Starr 2023-12-25 23:37:35 -08:00
parent b2e0345e15
commit f561e6abac

View File

@ -5,6 +5,9 @@ let
in {
options.modules.devel.notes.enable = lib.mkEnableOption "notes";
config = lib.mkIf cfg.enable {
nixpkgs.config.permittedInsecurePackages = [
"electron-25.9.0"
];
environment.systemPackages = with pkgs; [
pandoc
gollum